xref: /386bsd/usr/src/share/doc/ps1/04.pascal/sin1.p (revision a2142627)
1program sinout(output);
2begin
3
4
5
6
7
8
9
10
11
12write(sin(1,2));
13end.
14