Skip to content
Andrey Gershun edited this page May 27, 2015 · 2 revisions

BEGIN

Starts code block for WHILE and IF statements:

Syntax:

    BEGIN
        statements
    END

See also: END, WHILE, IF

Clone this wiki locally