TAL Reference Manual
TAL Syntax Summary (Railroad Diagrams)
Appendix B—526371.001
B-48
$RP Function
$RP Function
The $RP function returns the current setting of the compiler’s internal RP counter. (RP
is the register stack pointer.)
$SCALE Function
The $SCALE function moves the position of the implied decimal point by adjusting the
internal representation of a FIXED (
fpoint) expression.
$SPECIAL Function
The $SPECIAL function tests the right half of an INT value for the presence of an
ASCII special (non-alphanumeric) character.
$SWITCHES Function
See Section 15, Privileged Procedures
$TYPE Function
The $TYPE function returns a value that indicates the data type of a variable.
$RP
VSTB133.vsd
$SCALE ( fixed - expression , scale )
VSTB134.vsd
$SPECIAL ( int - expresion
)
VSTB135.vsd
$TYPE
( variable )
VSTB136.vsd