![](/images/new-backgrounds/1118892/11889217x1.webp)
CR
[Function] | Back to printing | ||
[Code] | <0D>H |
|
|
[Outline] | 1) When | ||
| This command is ignored. | ||
| 2) When | ||
| With data held inside the internal print buffer, printing and | ||
| line feed are performed. | ||
| Without data inside the internal print buffer, however, only | ||
| line feed is performed. | ||
[See Also] | LF |
|
|
[Sample Program] | LPRINT “AAA” + CHR$(&HD) ; | ||
| |||
| LPRINT “BBB” + CHR$(&HD) ; | ||
| LPRINT CHR$(&HD) ; | ||
| LPRINT “CCC” + CHR$(&HD) ; | ||
| END |
|
|
[Print Results] | AAA | ← | Print and line feed |
| |||
| BBB | ← | Print and line feed |
|
| ← | Line feed only |
| CCC | ← | Print and line feed |
— 7 —