fixing issue #745 ... precedence of huh operator.

This commit is contained in:
Jeremy Ashkenas
2010-10-07 22:22:33 -04:00
parent 4f486bc444
commit b21057d166
6 changed files with 29 additions and 37 deletions

View File

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