for: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (revert + see also control structures)
Line 1: Line 1:
#REDIRECT [[Control Structures#for-Loop]]
'''for''' can refer to these scripting commands:
*[[for forspec]]
'''Example'''
for [{_x=1},{_x<=10},{_x=_x+1}] do
*[[for var]]
'''Example'''
for "_x" from 1 to 10 do


[[Category:Scripting Commands|FOR]]
 
[[Category:Scripting Commands ArmA|FOR]]
==See Also==
 
[[Control Structures]]
 
{{Disambig}}

Revision as of 16:26, 15 January 2007

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