Skip to content

Instantly share code, notes, and snippets.

@vito
Created September 6, 2010 02:38
Show Gist options
  • Save vito/566567 to your computer and use it in GitHub Desktop.
Save vito/566567 to your computer and use it in GitHub Desktop.
Timer
$ atomo
> load: "prelude/units.atomo"
@ok
> p = Timer do: { "hi!" print } every: 5 seconds
<process 92>
> hi!
hi!
hi!
hi!
hi!
> p stop
@ok
>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment