from

From Bohemia Interactive Community
Revision as of 00:32, 2 July 2006 by Hoz (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


for "_var" from b


Operand types:

for "_var": For Type

b: Number

Type of returned value:

For Type

Compatibility:

Version 2.01 required.

Description:

Continue sequence of 'for' command.

Example:

for "_x" from 10 to 20 do {..code..}