# u command (Editor processor)

The u command moves the line pointer
up a specific number of lines from the current position.

## Syntax

```
 unumber.lines
```

## Parameter(s)

| number.lines | Number of lines to move up. |
| --- | --- |

## Description

The u command, followed by pressing Enter, re-displays the current line.

## Example(s)

```

 014 print customer-ID
 .u3
 011 ‘‘ begin main logic
```

## See also

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

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