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