Removed definition "LIB= rpc". We want libc.a to contain librpc.a, not
[unix-history] / .ref-386BSD-0.1-patchkit / usr / othersrc / share / doc / ps1 / 04.pascal / synerr2.p
CommitLineData
576d731e
WJ
1program synerr2(input,outpu);
2integer a(10)
3begin
4 read(b);
5 for c := 1 to 10 do
6 a(c) := b * c;
7end.