ianatha / bababasic

QuickBASIC 4.5 revival on Android
https://play.google.com/store/apps/details?id=io.atha.quickbasic
MIT License
94 stars 4 forks source link

SLEEP in QB is implemented differently #75

Closed ianatha closed 1 year ago

ianatha commented 1 year ago

SLEEP's argument should be in seconds, not milliseconds. Furthermore, SLEEP should be interruptible by pressing any key. (Check the behavior of SLEEP 0)