[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

9.65 do

Synopsis

 
for ... do
  statement
or
 
while ... do
  statement
or
 
with ... do
  statement
or
 
to begin do
  statement
or
 
to end do
  statement

Description

The `do' reserved word is used in combination with other Pascal keywords in many ways. For description and examples see the relevant reference sections: `for', `while', `with', `to begin', `to end'.

Conforming to

`do' is defined in ISO-7185 Pascal and supported by all known Pascal variants.

Example

See references.

See also

section 9.95 for, section 9.301 while, section 9.302 with, section 9.278 to begin do, section 9.279 to end do.



This document was generated by Frank Heckenbach on May, 10 2002 using texi2html