Statements



next up previous contents index
Next: Simple Statements Up: No Title Previous: Primaries

Statements

Theta is a statement-oriented language. There are two kinds of statements: simple statements and control statements. Some of the control statements have one or more code bodies as components. A body consists of equates followed by statements:
        <body> -> [<equate>]* [<statement>]*
This leads to a nested statement structure.





theta-questions@lcs.mit.edu