s

s


ru Index Level s?
Syntax
Category Editor
Type Command
Description toggles the display of editor line numbers, in normal editor mode, and suppresses the display of object code when the assembly formatter is on.
Options
See Also as ed
Example 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
Warnings
Compatibility D3 7.0 AP R83
ru Index Level s?