ASCII Table One-Liner: Difference between revisions

From Bitchin100 DocGarden
Jump to navigationJump to search
m (ASCII-Table One-Liner moved to ASCII Table One-Liner: Incorrect Punctuation)
No edit summary
Line 3: Line 3:
<pre>
<pre>
1 FORY=1TO7:FORX=0TO31:PRINTCHR$(Y*32+X);:NEXT:PRINT:NEXT:FORZ=-1TO0:Z=INKEY$="":NEXT:MENU
1 FORY=1TO7:FORX=0TO31:PRINTCHR$(Y*32+X);:NEXT:PRINT:NEXT:FORZ=-1TO0:Z=INKEY$="":NEXT:MENU
</pre>
</pre>
 
== Listing ==
 
[[Image:ASCII-BA.gif]]
 
== Output ==
 
[[Image:ASCII-OUT.gif]]

Revision as of 23:02, 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

Listing

ASCII-BA.gif

Output

ASCII-OUT.gif