To properly display this page you need a browser with JavaScript support.
HTBasic Help
×
Menu
Index
Search
Search
HTBasic Example Programs
wait EXAMPLE
Previous page
Next page
Print version
(c) TransEra Corp, 2021
To properly display this page you need a browser with JavaScript support.
wait Example
10 PRINT "I'll wait 5 seconds."
20 WAIT 5
30 PRINT "I'm done"
40 END