
Example | 10 | REM | character densities |
| 20 | LPRINT | CHR$(27);"[4wthis is 10 cpi, "; |
30LPRINT CHR$(27);"[12wthis is 10 cpi (high resolution), "
40LPRINT CHR$(27);"[5wthis is 12 cpi, ";
50LPRINT CHR$(27);"[6wthis is 15 cpi, ";
60LPRINT CHR$(27);"[7wthis is 17.1 cpi, ";
70LPRINT CHR$(27);"[11wthis is 20 cpi, "
80LPRINT CHR$(27);"[0wthis is 5 cpi, ";
90LPRINT CHR$(27);"[1wthis is 6 cpi, "
100LPRINT CHR$(27);"[2wthis is 7.5 cpi, ";
110LPRINT CHR$(27);"[3wand 8.6 cpi"
120END