Section 30 Want more of a challenge? View in iconic form (experimental)
# MATH introduce environment / hashmap structure # this section needs a LOT more examples :- # note that at the time of writing (h 1 2) is same as ((h) 1 2) [hear] (define hash-add / lambda (h x y z) (if (equal (z) (x)) (y) (h (z))));