Library timer

This is exported from the core library, which means you don't need to import it.

Functions

sleep duration/Duration -> none
Makes the current task sleep for the duration.

sleep --ms/int -> none
Makes the current task sleep for the given ms of milliseconds.