Complexifying the indebt test, one more level.

This commit is contained in:
Jeremy Ashkenas 2010-09-08 22:48:28 -04:00
parent 9bd3cca7c4
commit d41a414b5c
1 changed files with 4 additions and 2 deletions

View File

@ -125,6 +125,8 @@ result =
else if no then 20
else if 0 then 30
else if NaN then 40
else 50
else 50 +
if false then 10
else 20
ok result is 50
ok result is 70