Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 185 Bytes

BEGIN.md

File metadata and controls

12 lines (9 loc) · 185 Bytes

Keyword BEGIN

Starts code block for WHILE and IF statements:

Syntax:

    BEGIN
        statements
    END

See also: END, WHILE, IF