JanetDocs
Playground
I'm feeling lucky
GitHub sign in
Run
Format
(var n 5) # n = 5 (-= n 1) # n -= 1 (print n) # 4