File r37/lisp/csl/html/r37_0041.html artifact bb5ddb841a part of check-in f2fda60abd
<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>