| 
 | 3.5.6 Flow controlA block is a sequence of commands surrounded by { and }. 
 ifandelsestructures allow conditional
execution of blocks (see  if,  else).forandwhileloops are available for a repeated execution of blocks (see  for,
 while). In procedure definitions, the main part and the example section
are blocks as well(see  proc).
 | 
|   |  |  |  |  |  |  |  |  |  |