%import textio %import floats main { sub start() { float xx = 10.1 ubyte yy= xx==10.1 txt.print_ub(yy) if xx==10.1 txt.print("equal") } }