Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,9 @@
|
|||
10 mode 1:defint a-z
|
||||
20 for x=1 to 6
|
||||
30 for y=1 to 16
|
||||
40 n=16*(x-1)+y+31
|
||||
50 locate 6*(x-1)+1,y
|
||||
60 print using "###";n;
|
||||
70 print " ";chr$(n);
|
||||
80 next
|
||||
90 next
|
||||
Loading…
Add table
Add a link
Reference in a new issue