Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
7
Task/Show-ASCII-table/IS-BASIC/show-ascii-table.basic
Normal file
7
Task/Show-ASCII-table/IS-BASIC/show-ascii-table.basic
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
100 TEXT 80
|
||||
110 FOR R=0 TO 15
|
||||
120 FOR C=32+R TO 112+R STEP 16
|
||||
130 PRINT USING "###":C;:PRINT ": ";CHR$(C),
|
||||
140 NEXT
|
||||
150 PRINT
|
||||
160 NEXT
|
||||
Loading…
Add table
Add a link
Reference in a new issue