editor.s

Command/Editor, Releases: AP and R83

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

Command Name Type Description
editor.as Command Assembly format.
tcl.ed Verb: Access Invokes line editor.

User Comments

What do you think?

Share your experience or ask a question by using the form below.

Login to leave your comments.