Table of contents Previous: McBASI Interpreter Commands RUN Next: McBASI Interpreter Commands STOP

SLEEP

Suspends the running of your McBASI program for a specified time.


Syntax

SLEEP seconds


Parameter

seconds

constant, variable, or expression containing the number of seconds (including decimal fractions) to suspend the program


Examples

SLEEP .5

SLEEP 10

SLEEP C

SLEEP 6.2


Table of contents Previous: McBASI Interpreter Commands RUN Next: McBASI Interpreter Commands STOP