Begin Statement



next up previous contents index
Next: Except Statement Up: Statements Previous: Typecase Statement

Begin Statement

The begin statement permits a sequence of statements to be grouped together into a single statement. Its form is
begin <body> end
Since control statements already have bodies that group statements, the main use of the begin statement is to group statements together for use with the except statement (8.14).



theta-questions@lcs.mit.edu