Skip to content
Mathias Rangel Wulff edited this page Jun 12, 2015 · 2 revisions

Keyword BEGIN

Starts code block for WHILE and IF statements:

Syntax:

    BEGIN
        statements
    END

See also: END, WHILE, IF

Clone this wiki locally