JanetDocsPlaygroundI'm feeling luckyGitHub sign in
(def name "Joe") (when (= name "Joe") "Hello Joe") # "Hello Joe" (when (not= 1 2) "not-equal") # "not-equal"