BSD 4_3_Net_2 development
[unix-history] / usr / src / share / doc / ps1 / 04.pascal / sin2.p
program sinout(output);
begin
write(sin('*'));
end.