[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
for variable := value1 downto value2 do statement |
The `downto' reserved word is used in combination with `for' to build a `for' loop.
`downto' is defined in ISO-7185 Pascal and supported by all known Pascal variants.
See section 9.95 for.
section 9.95 for.