CONTENTS | INDEX | PREV | NEXT
SYNTAX : ARG @:X REG
RESULTING ARGUMENT: None
FUNCTION : Copy all characters between the current cursor position
and the end of the specified number of lines forward
into the register immediately following the command.
The cursor (and implicitly the value of . ) is moved to
the end of the copied section.
ARGUMENT : The number of lines forward (backward if negative).
DEFAULT : 1
NOTE 1 : Arguments 0 and 1 are treated identically.
NOTE 2 : Short-hand arguments Z and -Z specify all lines up to
the end (or beginning) of the buffer.
NOTE 3 : The previous content of the register is lost; its type
is set to string.
7.0:
NOTE 4 : To access the register as an array, a subscript can be
used.
MATRIX