JanetDocsPlaygroundI'm feeling luckyGitHub sign in
(var a 1) a # => 1 (inc a) # => 2 a # => 1 (++ a) # => 2 a # => 2