skx / yal

Yet another lisp interpreter
GNU General Public License v2.0
16 stars 0 forks source link

Allow (= ...) to accept multiple arguments. #58

Closed skx closed 1 year ago

skx commented 1 year ago

The numerical-equality function "(=..)" previously supported only two values. Now we support multiple values.

This updates #53, but does not close it until we've implemented the corresponding inequality test.