API

clear()

    Clears output screen

sleep(ms)

    waits the specified time before continuing execution (puts CPU into sleep)

    ms : time in milliseconds

    Example:

        sleep(1000)  -- sleep for one second

Functions are subject to change without notice.