# t command (Editor processor)

The t command positions the line pointer
to the beginning (top) of the item, without filing the data. The f command also positions to the top of the item. Any lines
inserted at the top of the program are placed before line 1 of the
item.

## Syntax

```
 t
```

## Example(s)

```

 t
 014 print customer-ID
 .t
 top
 .
```

## See also

- [b command (Editor processor)](https://d3codex.com/editor/b-command-editor-processor/)
- [Error messages](https://d3codex.com/editor/error-messages/)
- [f command (Editor processor)](https://d3codex.com/editor/f-command-editor-processor/)
- [g command (Editor processor)](https://d3codex.com/editor/g-command-editor-processor/)
- [l command (Editor processor)](https://d3codex.com/editor/l-command-editor-processor/)
- [n command (Editor processor)](https://d3codex.com/editor/n-command-editor-processor/)
- [Editor overview](https://d3codex.com/editor/editor-overview/)

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