JanetDocsPlaygroundI'm feeling luckyGitHub sign in
(var x 10) (unless (= x 10) (print "x is not 10!") (print "x is 10!")) # => "x is 10!"