@@ -7,7 +7,7 @@ undefined = ([][{}]+[])
false = (!{}+[])
true = ([]+!!{})
NaN = ({}-{}+[])
-Infinity
+Infinity = (!!{}/![])
0 = !{}+![]
1 = !!{}+![]