TAL Reference Summary
Standard Functions
TAL Reference Summary
46 096256 Tandem Computers Incorporated
WHILE Statement The WHILE statement is a pretest loop that repeatedly executes a statement while a
condition is true.
WHILE
condition DO
statement
057
Standard Functions The following syntax diagrams describe standard functions in alphabetic order.
$ABS Function The $ABS function returns the absolute value of an expression. The returned value
has the same data type as the expression.
$ABS expression
( )
072
$ALPHA Function The $ALPHA function tests the right byte of an INT value for the presence of an
alphabetic character.
$ALPHA int-expression
073
( )
$AXADR Function See "Privileged Procedures"
$BITLENGTH Function The $BITLENGTH function returns the length, in bits, of a variable.
074
$BITLENGTH variable
( )
$BITOFFSET Function The $BITOFFSET function returns the number of bits from the address of the zeroth
structure occurrence to a structure data item.
075
$BITOFFSET variable
( )
$BOUNDS Function See "Privileged Procedures"