ENFORM Reference Manual

AS Clause
Clauses
5–22 058057 Tandem Computers Incorporated
The following are examples of decorations:
Format Item Value Printed Item
------ ---------- ------------
"[MF'<',MP'>',ZPP'b'] F12.2" 1000.00 1,000.00
"[MF'<',MP'>',ZPP'b'] F12.2" -1000.00 <1,000.00>
"[MA1'CR',MPF'$'] F12.2" 1000.00 $1,000.00
"[MA1'CR',MPF'$'] F12.2" -100.00 CR $100.00
"[MA1'CR',MPF'$'] F12.2" 0.00 0.00
"[OA1'**overflow**'] F12.2" 1000000.00 1000000000
"[OA1'**overflow**'] F12.2" 1000000000.00 **overflow**
"[ZPA2'+'] I8" -10 10
"[ZPA2'+'] I8" 100 + 100
"[ZPA2'+'] I8" 0 + 0