begin comment scientific notation (using '); long real x; x := 1.2'+300; write(x); end ----stdout Algol60 program changes: - input/output functions - another scientific notation (' instead of #)