June 2018 Update
This commit is contained in:
parent
ba8067c3b7
commit
22f33d4004
5278 changed files with 84726 additions and 14379 deletions
|
|
@ -1,11 +1,6 @@
|
|||
If OpenConsole()
|
||||
Define i, j
|
||||
For i=1 To 5
|
||||
For j=1 To i
|
||||
Print("*")
|
||||
Next j
|
||||
PrintN("")
|
||||
Next i
|
||||
Print(#LFCR$+"Press ENTER to quit"): Input()
|
||||
CloseConsole()
|
||||
EndIf
|
||||
For i = 1 TO 5
|
||||
For j = 1 To i
|
||||
TextWindow.Write("*")
|
||||
EndFor
|
||||
TextWindow.WriteLine("")
|
||||
EndFor
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue