ASCII Table One-Liner: Difference between revisions

From Bitchin100 DocGarden
Jump to navigationJump to search
(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>)
 
m (ASCII-Table One-Liner moved to ASCII Table One-Liner: Incorrect Punctuation)
(No difference)

Revision as of 23:00, 26 February 2010

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
�