VMS Help PASCAL, Statements *Conan The Librarian (sorry for the slow response - running on an old VAX) |
Compaq Pascal statements specify actions to be performed and appear in executable sections. They are classified as either simple or structured. The simple statements are the assignment, empty, BREAK, CONTINUE, EXIT, GOTO, NEXT, RETURN, and procedure call. The structured statements are the compound, conditional (CASE, IF-THEN[-ELSE]), repetitive (FOR[-IN], REPEAT, WHILE), and WITH statements.
Additional Information (explode) :
|