6 lines
86 B
Plaintext
6 lines
86 B
Plaintext
assign %a = /Enter Line Number: /
|
|
input %a
|
|
if lastrc != NO_VALUE_ENTERED
|
|
%a
|
|
endif
|