DEBSOURCES
Skip Quicknav
sources / fpc / 2.4.0-2 / fpcdocs / refex / ex8.pp
12345678
Program Example8; { Program to demonstrate the Chr function. } begin Write (chr(10),chr(13)); { The same effect as Writeln; } end.