For Type: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (category) |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 13: | Line 13: | ||
Introduced with Armed Assault, does not refer to Cold War Crisis or Resistance. | Introduced with Armed Assault, does not refer to Cold War Crisis or Resistance. | ||
[[Category: Types]] | [[Category:Syntactical Helper Types]] | ||
== See Also == | == See Also == | ||
[[for]], [[ | [[for]], [[Control Structures]] |
Latest revision as of 00:45, 11 February 2021
Description: This type handles 'For' cycles.
Usage of this type:
for "_var" from :expr: to :expr: [step <expr>] do {..code..};
Second usage:
for [":initPhase:",":condition:",":updatePhase:"] do {...code...};
Introduced with Armed Assault, does not refer to Cold War Crisis or Resistance.