Operating instructions

— 48 —
LF
[Function]
[Code]
[Outline]
Printing and Paper Feed
<0A>H
Prints data inside the input buffer and feeds lines based on
the line feed amount having been set.
The head of the line becomes the next print starting
position.
ESC 2, ESC 3
LPRINT "AAA" ; CHR$ (&HA) ;
LPRINT "BBB" ; CHR$ (&HA) ;
LPRINT CHR$ (&HA) ;
LPRINT "CCC" ; CHR$ (&HA) ;
END
[Caution]
AAA
BBB
Print and line feed
Print and line feed
Line feed only
Print and line feed
<
<
CCC
<
<
[See Also]
[Sample Program]
[Print Results]