Skip to main content
Untitled Document

BLOCK

BLOCK

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).