sleep()
Purpose
Go to sleep
Description
Do nothing (and become unresponsive) for the specified period
Syntax
sleep( time )
Arguments
time Time to sleep for in seconds
Example
print( "Wait for 3 seconds" )
update()
sleep( 3 )
Associated Commands
clock(), setTimer(), startTimer(), stopTimer(), time()