Vern Paxon's fixes for the new lex
[unix-history] / usr / src / usr.bin / pascal / USD.doc / clash.p
CommitLineData
8e468c54
KB
1program clash(output);
2var
3 i: integer;
4 c: char;
5begin
6 i := 1;
7 c := i;
8 write(c, i)
9end.