JanetDocs
Playground
I'm feeling lucky
GitHub sign in
Run
Format
(let [x false] (var y 0) (unless x (++ y) (++ y)) y) # => 2