Small compiler bug
Monkey Forums/Monkey Bug Reports/Small compiler bug
| ||
Function Main:Int() Print 1 Mod 0 End When you try to compile this, Monkey will give a floating point error (from Monkey, not the program). After that it will keep giving the same error when you try to compile anything, until you quit and restart. I guess it's from Monkey trying to evaluate stuff. |
| ||
Fixed for v67c. |