In the SWF10 debugger, when I enter "Infinity > 0", there is no Boolean result value printed out. But when I do "Infinity < 0", the result is "false" (Boolean). Once the debugger has evaluated "Infinity < 0", "Infinity > 0" suddenly resolves to "true".
I see that behavior only with the relatively complex app I'm working on, currently running on Trunk (revision 19259). I tested with an empty canvas, and "Infinity > 0" resolves to "true" as expected. Has anyone ever seen a similar behavior with OpenLaszlo? And what might be the problem here?
