DeclarationsΒΆ

A declaration in a Sculptor program is any statement whose first character (excluding spaces) is an exclamation mark: !. A declaration is an instruction to the compiler, and generally defines an option or action which is executed as part of the program initialisation, rather than in strict procedural sequence.

General declarations can be used anywhere in a Sculptor program.

Report declarations are for use in in !report sections only.