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

9.67 downto

Synopsis

 
for variable := value1 downto value2 do
  statement

Description

The `downto' reserved word is used in combination with `for' to build a `for' loop.

Conforming to

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

Example

See section 9.95 for.

See also

section 9.95 for.



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