date and time created 80/10/30 00:35:38 by mckusick
[unix-history] / .ref-BSD-3 / usr / doc / pascal / sin2.p
CommitLineData
1f017636
BJ
1program sinout(output);
2begin
3
4
5
6
7
8
9
10
11
12write(sin('*'));
13end.