?

To display the position of the line pointer, the name of the current file, and the item-id of the item being edited.

Syntax

?

Message

When a ? command is issued, the Editor responds with the message:

L n file-name item-id

(where n is the current line number).

Example

:ED CARS TEN
Top
.L99
001 A1234
002 B1234
003 C1234
004 HELLO THERE ^BOB
005 ABCDE1234
EOI 005
.?
L 5 CARS TEN
.



Contents of item TEN.






Current line number is requested.
Current line number, file name and item-id are displayed.