Add files via upload
This commit is contained in:
parent
64c6352265
commit
35131ba393
90 changed files with 1738 additions and 0 deletions
8
Examples/Core/sleep.bas
Normal file
8
Examples/Core/sleep.bas
Normal file
|
@ -0,0 +1,8 @@
|
|||
SUB MAIN
|
||||
DIM I AS INTEGER
|
||||
FOR I=1 TO 10
|
||||
PRINT I
|
||||
SLEEP 1000
|
||||
END FOR
|
||||
PRINT "Finished"
|
||||
END SUB
|
Loading…
Add table
Add a link
Reference in a new issue