JanetDocs
Source
Playground
Tutorials
I'm Feeling lucky
Community
GitHub sign in
Run
Format
(when (def x 10) (string "Got value: " x)) # "Got value: 10" (when (def x nil) (string "Got value: " x)) # nil