Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
|
|
@ -0,0 +1,16 @@
|
|||
100 cls
|
||||
110 print tab (4);
|
||||
120 for i = 1 to 12
|
||||
130 print using " ###";i;
|
||||
140 next
|
||||
150 print
|
||||
160 print " --+------------------------------------------------"
|
||||
170 for i = 1 to 12
|
||||
180 print using " ##|";i;
|
||||
190 print tab (i*4);
|
||||
200 for j = i to 12
|
||||
210 print using " ###";i*j;
|
||||
220 next
|
||||
230 print
|
||||
240 next
|
||||
250 end
|
||||
Loading…
Add table
Add a link
Reference in a new issue