Artifact ce7fd99632dad3c388fb619970e794e78f651f5f2e0c83dac6ff190f16057b33:
- Executable file
r37/lisp/csl/html/r37_0042.html
— part of check-in
[f2fda60abd]
at
2011-09-02 18:13:33
on branch master
— Some historical releases purely for archival purposes
git-svn-id: https://svn.code.sf.net/p/reduce-algebra/code/trunk/historical@1375 2bfe0521-f11c-4a00-b80e-6202646ff360 (user: arthurcnorman@users.sourceforge.net, size: 768) [annotate] [blame] [check-ins using] [more...]
<A NAME=COMMENT> <TITLE>COMMENT</TITLE></A> <b><a href=r37_idx.html>INDEX</a></b><p><p> <B>COMMENT</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>command</B><P> <P> Beginning with the word <em>comment</em>, all text until the next statement terminator (<em>;</em> or <em>$</em>) is ignored. <P> <P> <P> <H3> examples: </H3> <P><PRE><TT> x := a**2 comment--a is the velocity of the particle;; 2 X := A </TT></PRE><P>Note that the first semicolon ends the comment and the second one terminates the original REDUCE statement. <P> <P> Multiple-line comments are often needed in interactive files. The <em>comment</em> command allows a normal-looking text to accompany the REDUCE statements in the file. <P> <P> <P>