JanetDocsPlaygroundI'm feeling luckyGitHub sign in
(let [a 1 b 2 c 3] (+ a b c)) # => 6 (let [a 1 b (+ a 1) c (+ b 1)] (+ a b c)) # => 6