pact
pact copied to clipboard
Let allows multiple declaration of a variable.
(let ((row 1) (row 2) ) row)
runs and returns 1.
Confirmed with Pact built from master.
@jmcardon
I feel like this should work and return 2, unless we do not want to support shadowing?