mfichman / jogo

High(er) performance compiled programming language with clean, powerful syntax
MIT License
6 stars 1 forks source link

Comparison operators don't work on Floats #77

Closed mfichman closed 10 years ago

mfichman commented 11 years ago

Example:

if ((fd.getfb() - 1.3) > 0.0000001) {
    Os::panic('fail: float 2')
}