tb0220.pp 233 B

123456789101112
  1. { %CPU=i386 }
  2. { %OPT= -O1 }
  3. { Old file: tbs0259.pp }
  4. { problem with optimizer for real math (use -O1) OK 0.99.12 (PM) }
  5. { -O1 is not allowed for m68k }
  6. VAR time1,time2 : Real;
  7. BEGIN
  8. time1 := 0;
  9. time2 := time1*time1;
  10. END.