tw1477.pp 104 B

12345678
  1. CONST
  2. Digit:Byte=3;{did work if we use DWord}
  3. VAR
  4. x:Real;
  5. BEGIN
  6. x:=10;
  7. WriteLn(x:1:Digit);
  8. END.