mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-18 11:31:20 -05:00
Complexifying the indebt test, one more level.
This commit is contained in:
@@ -125,6 +125,8 @@ result =
|
|||||||
else if no then 20
|
else if no then 20
|
||||||
else if 0 then 30
|
else if 0 then 30
|
||||||
else if NaN then 40
|
else if NaN then 40
|
||||||
else 50
|
else 50 +
|
||||||
|
if false then 10
|
||||||
|
else 20
|
||||||
|
|
||||||
ok result is 50
|
ok result is 70
|
||||||
|
|||||||
Reference in New Issue
Block a user