JanetDocs
Playground
I'm feeling lucky
GitHub sign in
Run
Format
(forever (print "and then?") (ev/sleep 1) (print "no and then!")) # => and then? # sleeps for one second # => no and then! # => and then? # sleeps for one second # => no and then! # ...