JanetDocs
Playground
I'm feeling lucky
GitHub sign in
Run
Format
(label result (each x [0 1 2 3] (when (= x 3) (print "reached the end")) (when (= x 2) (return result 8)))) # => 8