# ? command (Editor processor)

The ? (question mark) command displays
the current file name and item-ID of the item currently being edited
and the line number where the line pointer is positioned.

## Syntax

```
 ?
```

## Example(s)

Indicates the current item is
from the file name `bp`, the item-ID is `enter.invoice` and the line pointer is positioned on line 14.

```

.?
bp enter.invoice L 014
.
```

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