@[test(code_01)] io.writeln( 0xff ) @[test(code_01)] @[test(output_01)] 255 @[test(output_01)] @[test(code_01)] io.writeln( std.about(1.0) ) @[test(code_01)] @[test(code_01)] {{float}} @[test(code_01)] @[test(code_01)] io.writeln( std.about(1F) ) @[test(code_01)] @[test(code_01)] Invalid %s token @[test(code_01)] @[test(code_01)] io.writeln( std.about(1D) ) @[test(code_01)] @[test(code_01)] Invalid %s token @[test(code_01)] @[test(code_01)] io.writeln( std.about(1C) ) @[test(code_01)] @[test(code_01)] {{complex}} @[test(code_01)] @[test(code_01)] io.writeln( std.about(1.2C) ) @[test(code_01)] @[test(code_01)] {{complex}} @[test(code_01)] @[test(code_01)] io.writeln( std.about(1.) ) @[test(code_01)] @[test(code_01)] {{float}} @[test(code_01)] @[test(code_01)] io.writeln( std.about(.5) ) @[test(code_01)] @[test(code_01)] {{float}} @[test(code_01)] @[test(code_01)] io.writeln( std.about(1.D) ) @[test(code_01)] @[test(code_01)] Invalid %s token @[test(code_01)] @[test(code_01)] io.writeln( std.about(.1D) ) @[test(code_01)] @[test(code_01)] Invalid %s token @[test(code_01)] @[test(output_01)] 123/0 @[test(output_01)] @[test(output_01)] {{At line}} .* {{Constant evaluation aborted with exception(s)}} .* {{Error::Float::DivByZero}} @[test(output_01)] @[test(output_01)] a = 123; b = a/0 @[test(output_01)] @[test(output_01)] {{[[Error::Float::DivByZero]]}} @[test(output_01)] @[test(output_01)] 123 / (any) 0 @[test(output_01)] @[test(output_01)] {{[[Error::Float::DivByZero]]}} @[test(output_01)] @[test(output_01)] io.writeln( 123 / 0.0 ) @[test(output_01)] @[test(output_01)] {{[[Error::Float::DivByZero]]}} @[test(output_01)]