JanetDocsSourcePlaygroundTutorialsI'm Feeling luckyCommunityGitHub sign in
(when (def x 10) (string "Got value: " x)) # "Got value: 10" (when (def x nil) (string "Got value: " x)) # nil