Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,8 @@
|
|||
10 cls
|
||||
20 for r = 0 to 15
|
||||
30 for c = 1 to 6
|
||||
40 a = 16+r+c*16
|
||||
50 print right$(" "+str$(a),4)": " chr$(a)tab (10*c);
|
||||
60 next c
|
||||
70 print
|
||||
80 next r
|
||||
Loading…
Add table
Add a link
Reference in a new issue