BLOCK
Syntax:
BLOCK statement_block END BLOCK
Creates a new block. Any variables defined in this block go out of scope at the block. Mainly useful with the CASE statement (below).
Parent topic: Flow Control
Syntax:
BLOCK statement_block END BLOCK
Creates a new block. Any variables defined in this block go out of scope at the block. Mainly useful with the CASE statement (below).