JanetDocs
Playground
I'm feeling lucky
GitHub sign in
Run
Format
(defn helper [] (return :my-tag "Escaped to :my-tag!")) # escape from deeper (prompt :my-tag (print "Start") (helper) (print "This won't be printed.")) # Output: # Start # RESULT> "Escaped to :my-tag!"