for

From Bohemia Interactive Community
Revision as of 16:26, 15 January 2007 by Hoz (talk | contribs) (revert + see also control structures)
Jump to navigation Jump to search

for can refer to these scripting commands:

Example

for [{_x=1},{_x<=10},{_x=_x+1}] do

Example

for "_x" from 1 to 10 do


See Also

Control Structures

Template:Disambig