%import floats %import textio %zeropage basicsafe main { sub start() { ubyte xx float ff ff=0 if ff==0 { txt.print("ff=0\n") } if ff!=0 { txt.print("ff!=0 (error!)\n") } ff=-0.22 if ff==0 { txt.print("ff=0 (error!)\n") } if ff!=0 { txt.print("ff!=0\n") } if xx { ; doesn't use stack... xx++ } xx = xx+1 ; doesn't use stack... if 8