CBM-253 User’s Manual
60
CITIZEN
[Program example] [Printing result]
FOR I=0 TO 10
LPRINT CHR$ (&H1B) + "R" + CHR$ (1) ;
LPRINT " #$@[¥]^";
LPRINT CHR$ (&H60) + " {¥} " ;
LPRINT "n =" + STR$ (1) ;
LPRINT CFR$(&HA) ;
NEXT I
ESC V n
[Name] Specifying or releasing of 90° right turned characters
[Code] <1B>H <56>H <n>
[Defined range] 0 ≤ n ≤ 1
[Function] Specifies or releases the character 90° rightward rotation.
n = 1 Specifies character 90° rightward rotation.
n = 0 Releases character 90° rightward rotation.
[Items requiring caution]
Underlining can not be applied to characters that have been rotated 90° rightward.
[Initial value] n = 0