Artifact ecacef9702f71e791db8a75d744b04b0cbd1af2e42d0d24e85e74780f0c45c64:
- Executable file
r37/lisp/csl/html/r37_0022.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: 740) [annotate] [blame] [check-ins using] [more...]
<A NAME=percent> <TITLE>percent</TITLE></A> <b><a href=r37_idx.html>INDEX</a></b><p><p> <B>%</B> _ _ _ <B>PERCENT</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>command</B><P> <P> The percent sign is used to precede comments; everything from a percent to the end of the line is ignored. <P> <P> <P> <H3> examples: </H3> <P><PRE><TT> df(x**3 + y,x);% This is a comment key{Return} 2 3*X int(3*x**2,x) %This is a comment; key{Return} </TT></PRE><P>A prompt is given, waiting for the semicolon that was not detected in the comment<P><PRE><TT></TT></PRE><P> <P> <P> Statement delimiters <em>;</em> and <em>$</em> are not detected between a percent sign and the end of the line. <P> <P> <P>