Block: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (bolded braces, rm parenthesis) |
||
Line 1: | Line 1: | ||
A '''block''' is a chunk of scripting code grouped together. A block is started and ended with curled braces | 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: Syntax]] | [[Category: Syntax]] |
Revision as of 21: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.