TAL Reference Summary

Standard Functions
TAL Reference Summary
096256 Tandem Computers Incorporated 47
$CARRY Function The $CARRY function checks the state of the carry bit in the environment register and
indicates whether a carry out of the high-order bit position occurred.
$CARRY
076
$COMP Function The $COMP function obtains the one’s complement of an INT expression.
$COMP int-expression
077
( )
$DBL Function The $DBL function returns an INT(32) value from an INT, FIXED(0), REAL, or
REAL(64) expression.
$DBL expression
078
( )
$DBLL Function The $DBLL function returns an INT(32) value from two INT values.
$DBLL int-expression int-expression,
079
( )
$DBLR Function The $DBLR function returns an INT(32) value from an INT, FIXED(0), REAL, or
REAL(64) expression and applies rounding to the result.
$DBLR
(
expression
)
080
$DFIX Function The $DFIX function returns a FIXED(fpoint) expression from an INT(32) expression.
081
$DFIX dbl-expression , fpoint( )