Block: Difference between revisions

From Bohemia Interactive Community
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: Syntax]]
[[Category: Scripting Topics]]

Revision as of 03:48, 22 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.