tb0112.pp 126 B

1234567891011
  1. { %version=1.1 }
  2. { %FAIL }
  3. { in this mode, typed constants are read-only }
  4. {$J-}
  5. const
  6. w1 : word = 1;
  7. begin
  8. w1:=2;
  9. end.