editor.s
Suppresses line numbers.
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.
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
See Also
User Comments
What do you think?
Share your experience or ask a question by using the form below.
Login to leave your comments.
