HTBasic Help
×
Menu
Index

wait Example

10 PRINT "I'll wait 5 seconds."
20 WAIT 5
30 PRINT "I'm done"
40 END