Small compiler bug

Monkey Forums/Monkey Bug Reports/Small compiler bug

Gerry Quinn(Posted 2012) [#1]
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.


marksibly(Posted 2012) [#2]
Fixed for v67c.