JanetDocsPlaygroundI'm feeling luckyGitHub sign in
(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! # ...