tb0352.pp 82 B

123456789
  1. procedure p(var w:word);
  2. begin
  3. end;
  4. var
  5. i : smallint;
  6. begin
  7. p(word(i));
  8. end.