# s command (Editor processor)

The 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
```

## See also

- [Editor overview](https://d3codex.com/editor/editor-overview/)

---
Source: https://d3codex.com/editor/s-command-editor-processor/ - part of the D3Codex reference.
