TAL Programmer's Guide

Index
096254 Tandem Computers Incorporated Index–47
%B prefix, binary constants 5-7
%D suffix, hexadecimal INT(32) numbers 5-8
%F suffix, FIXED numbers 5-9
%H prefix, hexadecimal constants 5-7
&
concatenated move (copy) operations 7-18
prefix, template block name
allocation 14-17
description 14-16,
listing 15-14
'*' (unsigned multiplication) 5-18
'+' (unsigned addition) 5-18
'-' (unsigned subtraction) 5-18
'/' (unsigned division) 5-18
'<' (unsigned less than) 5-23
'<<' (unsigned left shift) 5-29
'<=' (unsigned less than or equal to) 5-23
'<>' (unsigned not equal to) 5-23
'=' (unsigned equal to) 5-23
':=' (left-to-right move operator) 7-14
'=:' (right-to-left move operator) 7-14
'>' (unsigned greater than) 5-23
'>=' (unsigned greater than or equal to) 5-23
'>>' (unsigned right shift) 5-29
'\' (unsigned modulo division) 5-18
( ) in expressions 5-14
(*)
FIXED(*) data type 5-5
template structures 8-7
* (asterisk)
in compiler listing 15-5
repetition factor, constant list 7-14
signed multiplication 5-16
+
binary signed addition 5-16
unary plus 5-16
-
binary signed subtraction 5-16
unary minus 5-16
-> (CASE statement, labeled) 12-5