Vern Paxon's fixes for the new lex
[unix-history] / usr / src / usr.bin / pascal / USD.doc / sin2.p
program sinout(output);
begin
write(sin('*'));
end.