Block
From Bohemia Interactive Community
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.
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.