summaryrefslogtreecommitdiff
path: root/fpcdocs/refex/ex8.pp
blob: 88394639ecd6347b6085d69870f62fd7eea68284 (plain)
1
2
3
4
5
6
7
8
Program Example8;

{ Program to demonstrate the Chr function. }

begin
  Write (chr(10),chr(13)); { The same effect as Writeln; }
end.