Specifications

347
To display a Kanji code, use a shift JIS code as shown below. The shift JIS code
for is 8ABFh.
SCREEN 1
PRINT CHR$(&h8A);CHR$(&hBF)
Reference:
Statements:
PRINT
Functions:
ASC