The Hyper Programming Language

Statements

General

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.

Kinds of statements

Simple statements

Compound statements

See also


Valid HTML 4.01 Strict Valid CSS!