Hi Folks, here goes the "final" version. I am going to have a break for the next 3 weeks. More sections to come after that. miklos ___________________________ @c---------------------------------------------------------------------------- @node do @unnumberedsec do @cindex do @unnumberedsubsec Description The @samp{do} reserved word is used in combination with other Pascal keywords in many ways. For description and examples see the relevant reference sections: @samp{for}, @samp{while}, @samp{with}, @samp{to begin}, @samp{to end}. @unnumberedsubsec Standards @samp{do} is defined in the ISO-7185 Standard Pascal and supported by all known Pascal variants. @unnumberedsubsec See also @ref{for}, @ref{while}, @ref{with}, @ref{to begin}, @ref{to end}. @c----------------------------------------------------------------------------