Editor
s command (Editor processor)
.mdThe s command toggles the display of Editor line numbers in normal Editor mode, and suppresses the display of object code when the assembly formatter is on.
Syntax
s
Example(s)
s 014 print customer-ID .s suppress on .l3 print customer.name print customer.address print customer.city .s suppress off .l2 018 print customer.state 019 print customer.zip