JanetDocs
Playground
I'm feeling lucky
GitHub sign in
Run
Format
(var x 10) (unless (= x 10) (print "x is not 10!") (print "x is 10!")) # => "x is 10!"