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