Block: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
A '''block''' is a chunk of scripting code grouped together. A block is started and ended with curled braces ({ }). Blocks are either independent and executable with [[call]] or belong to a [[Control Structures|control structure]]. | A '''block''' is a chunk of scripting code grouped together. A block is started and ended with curled braces ({ }). Blocks are either independent and executable with [[call]] or belong to a [[Control Structures|control structure]]. | ||
[[Category: ArmA: Scripting]] | |||
[[Category: Scripting Topics]] |
Revision as of 21:14, 21 December 2006
A block is a chunk of scripting code grouped together. A block is started and ended with curled braces ({ }). Blocks are either independent and executable with call or belong to a control structure.