Note that changing the line spacing also changes the number of lines per page. Changing
the line spacing does not affect the current tab stops or form length.
Example 10 REM fix line spacing
20 LPRINT CHR$(27);"0"
30 LPRINT "these two lines are printed with"
40 LPRINT "a spacing of 1/8 inch"
50 LPRINT CHR$(27);"2"
60 LPRINT "and these two lines are printed with"
70 LPRINT "a spacing of 1/6 inch"
80 END
26 Line Spacing