blob: 2656f6de480cd6bb083b089e92bd0d2092c03201 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
#print
Remembering that 'i' inserts one line before
the 'a' command, so that after
3a
the first input line is number 4 while after
3i
the first input line is number 3, what command
using 'i' is the same as the command
5a
to the editor? Type "answer XX" where XX is that
command.
#copyin
#user
#uncopyin
#match 6i
#log
#next
18.2c 5
|