October 1, 1979 HOUSE FUNCTIONS REPEAT LAST COMMAND LINE
EXAMPLES ________
While reading a small section of text, a user might want to
PRINT 10 lines, read them, then SCROLL forward and PRINT the
succeeding 10 lines. The sequence of commands would be:
b P/10
b bb 10>p/10//.*
&g
The first command line PRINTs 10 lines; the second command line
SCROLLs 10 and then PRINTs 10 lines with only the last command
on the line causing a display (see SMODE). After reading those
ten lines, the user would then issue the third command line,
which repeats the SCROLL and the PRINT.
MESSAGES ________
TRIED TO REPEAT A NON-REPEATABLE FUNCTION
262 -- Section 6 Release 9.1 FRESS Resource Manual
Previous Page Next Page