September Morn Update
This commit is contained in:
parent
4e2d22a71d
commit
aac6731f2c
6856 changed files with 141342 additions and 21127 deletions
|
|
@ -1,6 +1,19 @@
|
|||
For i = 1 TO 5
|
||||
For j = 1 To i
|
||||
TextWindow.Write("*")
|
||||
EndFor
|
||||
TextWindow.WriteLine("")
|
||||
EndFor
|
||||
OPENCONSOLE
|
||||
|
||||
FOR X=1 TO 5
|
||||
|
||||
FOR Y=1 TO X
|
||||
|
||||
LOCATE X,Y:PRINT"*"
|
||||
|
||||
NEXT Y
|
||||
|
||||
NEXT X
|
||||
|
||||
PRINT
|
||||
|
||||
CLOSECONSOLE
|
||||
|
||||
END
|
||||
|
||||
'Could also have been written the same way as the Creative Basic example, with no LOCATE command.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue