# b command (Editor processor)

The b command positions the line pointer
to the end (bottom, or last line) of the current item.

## Syntax

```
 b
```

## Example(s)

The end of this example occurs
at line 167. If a new line is entered, it becomes 168.

```

067 * Process next value
.b
eoi 167
```

## See also

- [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/)
- [t command (Editor processor)](https://d3codex.com/editor/t-command-editor-processor/)

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