The Hyper Programming Language |
home | language reference | compiler | hyper on launchpad |
A statement describes one or more actions that need to be carried out by the program.
In Hyper you cannot simply use every expression as a statement. The only expression that you can use as a statement is the procedure call.
Statements can appear inside the body of procedures and constructors.