LMD ScriptPack Guide


Compound Statements


Statements in PasScript should be ended with a semicolon ";" symbol. The semicolon is not allowed before else keyword and may be omit before end/until keywords. Just like in Pascal, PasScript uses begin/end keywords to combine several statements into single compound statement.