TAL Reference Summary

Standard Functions
TAL Reference Summary
50 096256 Tandem Computers Incorporated
$INT Function The $INT function returns an INT value from the low-order 16 bits of an INT(32 or
FIXED(0) expression. $INT returns a fully converted INT expression from a REAL or
REAL(64) expression.
$INT
(
expression
)
093
$INTR Function The $INTR function returns an INT value from the low-order 16 bits of an INT(32) or
FIXED(0) expression. $INTR returns a fully converted and rounded INT expression
from a REAL or REAL(64) expression.
$INTR
(
expression
)
094
$LADR Function The $LADR function returns the standard (16-bit) address of a variable that is accessed
through an extended (32-bit) pointer.
variable$LADR
( )
095
$LEN Function The $LEN function returns the length, in bytes, of one occurrence of a variable.
096
$LEN variable(
)
$LFIX Function The $LFIX function returns a FIXED(fpoint) expression from an unsigned INT
expression.
$LFIX , fpoint )int-expression(
097