JanetDocsPlaygroundI'm feeling luckyGitHub sign in
(var a 5) (def b (++ a)) # returns a+1 (print a) # 6 (print b) # 6