RosettaCodeData/Task/Special-variables/Pascal/special-variables-1.pas

5 lines
104 B
ObjectPascal
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
program foo(input, output);
begin
{ In this program, `input` and `output` have special meaning. }
end.