(* assign.cl *) Class Main inherits IO { i : Int; main(): Object { { i <- 257; out_int(i); out_string("\n"); } }; };