include problem
[unix-history] / .ref-BSD-3 / usr / doc / pascal / sin2.p
program sinout(output);
begin
write(sin('*'));
end.