# a command (Editor processor)

The a command repeats the last l command issued in the line Editor.

## Syntax

```
 a
```

## Example(s)

The line pointer in this example
is left at line 20.

```

l/print
014 print customer-ID
.a
020 print
```

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