Block
Jump to navigation
Jump to search
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.