for: Difference between revisions
Jump to navigation
Jump to search
m (revert + see also control structures) |
(add. ArmA2 classification) |
||
Line 13: | Line 13: | ||
{{Disambig}} | {{Disambig}} | ||
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]] |
Revision as of 16:25, 3 June 2009
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