pTAL Reference Manual (G06.24+, H06.09+, J06.03+)
ExampleNumber Base
%57INT(16) Octal
%57D or %57%D or %57 DINT(32) Octal
%57D or %57%F or %57 FFIXED Octal
%H2FINT(16) Hexadecimal
%H2F%D or %H2F D (space or % required)INT(32) Hexadecimal
%H2F%F or %H2F F (space or % required)FIXED Hexidecimal
Statements
A statement specifies operations to be performed on declared objects. Statements are discussed
in Chapter 12 (page 199), and summarized in Table 55 (page 199).
Statements 45