Fixing naked chained existential checks -- the associativity recently got reversed.

This commit is contained in:
Jeremy Ashkenas
2010-08-14 16:33:20 -04:00
parent c90a75ebc5
commit 129e950c59
6 changed files with 30 additions and 23 deletions

View File

@@ -24,6 +24,8 @@ func = -> i += 1
result = func() ? 101
ok result is 10
ok (non ? existent ? variables ? 1) is 1
# Only evaluate once.
counter = 0