Class Main inherits IO { main(): Object { { if (not false) then out_int(3+3 -1) else out_string("You lose!") fi; out_string("\n"); } }; };