JanetDocsPlaygroundI'm feeling luckyGitHub sign in
(label result (each x [0 1 2 3] (when (= x 3) (print "reached the end")) (when (= x 2) (return result 8)))) # => 8