September Morn Update
This commit is contained in:
parent
4e2d22a71d
commit
aac6731f2c
6856 changed files with 141342 additions and 21127 deletions
|
|
@ -1,8 +1,6 @@
|
|||
#APPTYPE CONSOLE
|
||||
FOR dim i = 1 TO 5
|
||||
FOR dim j = 1 TO i
|
||||
PRINT "*";
|
||||
NEXT j
|
||||
PRINT
|
||||
NEXT i
|
||||
Pause
|
||||
10 FOR I = 1 TO 5
|
||||
20 FOR J = 1 TO I
|
||||
30 PRINT "*";
|
||||
40 NEXT J
|
||||
50 PRINT
|
||||
60 NEXT I
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue