Global Flags
Templates contain a number of flags based on whether certain statements
and functions are used. These are global and are designed to be used
with the [Program] and statement sections.
Instrinsic Function Used
| Flags |
When True |
| arccos |
The ArcCos function is used. |
| arcsin |
The ArcSin function is used. |
| cos |
The Cos function is
used. |
| char |
The Char function is
used. |
| int |
The Int function is used. |
| log |
The Log function is used. Also used by the
Ln function. |
| log10 |
The Log10 function is used. |
| pi |
The PI constant is used. |
| random |
The Random function is used. |
| sin |
The Sin function is used. |
| size |
The Size function is used. |
| sgn |
The Sgn function is used. |
| tan |
The Tan function is used. |
| tochar |
The ToChar function is used. |
| tocode |
The ToCode function is used. |
| tointeger |
The ToInteger function is used. |
| tofixed |
The ToFixed function is used. |
| tostring |
The ToString function is used. |
| toreal |
The ToReal function is used. |
Arrays
| Flags |
When True |
| arrays |
Arrays are used (of any type). |
| integer-arrays |
Integer arrays are used. |
| real-arrays |
Real arrays are used. |
| string-arrays |
String arrays are used. |
| boolean-arrays |
Boolean arrays are used. |
Other
| Flags |
When True |
| input |
The Input statement is used. |
| output |
The Output statement is used. |
| trigonometry |
Any of the trig functions are used: sin,
cos, tan, arccos, arcsin, arctan. Also includes Pi. |
|