ASCII Table One-Liner

From Bitchin100 DocGarden
Revision as of 22:31, 26 February 2010 by CurtisP (talk | contribs) (New page: This program displays the Model 100/102 printable character set. <pre> 1 FORY=1TO7:FORX=0TO31:PRINTCHR$(Y*32+X);:NEXT:PRINT:NEXT:FORZ=-1TO0:Z=INKEY$="":NEXT:MENU �</pre>)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

This program displays the Model 100/102 printable character set.

1 FORY=1TO7:FORX=0TO31:PRINTCHR$(Y*32+X);:NEXT:PRINT:NEXT:FORZ=-1TO0:Z=INKEY$="":NEXT:MENU
�