Artifact bb5ddb841aa550b5fbae85802fb73d5f2bfcb1734f64afcf588f333f105e3f94:
- Executable file
r37/lisp/csl/html/r37_0041.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: 503) [annotate] [blame] [check-ins using] [more...]
<A NAME=block> <TITLE>block</TITLE></A> <b><a href=r37_idx.html>INDEX</a></b><p><p> <B>BLOCK</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>command</B><P> <P> A <em>block</em> is a sequence of statements enclosed by commands <A HREF=r37_0040.html>begin</A> and <A HREF=r37_0044.html>end</A>. <P> <P> <P> <H3> syntax: </H3> <em>begin</em><statement>{<em>;</em> <statement>}* <em>end</em> <P> <P> <P> For more details see <A HREF=r37_0040.html>begin</A>. <P> <P>