Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 153 Bytes

Begin-End.md

File metadata and controls

14 lines (11 loc) · 153 Bytes

Keyword BEGIND ... END

Compound statement.

Syntax:

BEGIN
    statement1;
    stetement2;
    ...
END

See also: IF, WHILE