Start development on 386BSD 0.0
[unix-history] / .ref-BSD-4_3_Net_2 / usr / src / share / doc / ps1 / 04.pascal / clash.p
CommitLineData
e4efeb17
C
1program clash(output);
2var
3 i: integer;
4 c: char;
5begin
6 i := 1;
7 c := i;
8 write(c, i)
9end.