JanetDocs
Playground
I'm feeling lucky
GitHub sign in
Run
Format
(var a 5) (def b (++ a)) # returns a+1 (print a) # 6 (print b) # 6