March 2010
Beginner
760 pages
18h 51m
English
The HLA CTL supports constant expressions in the CTL assignment statement. Unlike the runtime language (where you have to translate algebraic notation into a sequence of machine instructions), the HLA CTL allows a full set of arithmetic operations using familiar expression syntax. This gives the HLA CTL considerable power, especially when combined with the built-in compile-time functions the next section discusses.
Table 9-1 and Table 9-2 list operators that the HLA CTL supports in compile-time expressions.
Table 9-1. Compile-Time Operators
Operator(s) | Operand Types[a] | Description |
|---|---|---|
| numeric | Negates the specific numeric value (int, uns, real). |
cset | Returns the complement of the specified character set. ... |