Block: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (bolded braces, rm parenthesis)
(One intermediate revision by one other user not shown)
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 '''<nowiki>{ }</nowiki>'''. 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 22:19, 14 January 2009

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.