Vern Paxon's fixes for the new lex
[unix-history] / usr / src / usr.bin / pascal / USD.doc / sin2.p
CommitLineData
2fe84405
KB
1program sinout(output);
2begin
3
4
5
6
7
8
9
10
11
12write(sin('*'));
13end.