skip
Syntax
skip number_lines
Arguments
number_lines: numeric
Meaning
Prints number_lines empty lines (to the print file). The command skip can also be used in combination with the output command. The syntax then is: output skip number_lines. The result will be exactly the same in both cases.
Example
skip 3
Result
Three empty lines are printed (sent to the print file).
See also