git @ Cat's Eye Technologies Illgol-Grand-Mal / master 2. Illgola-2 / prj / trig.ill
master

Tree @master (Download .tar.gz)

trig.ill @masterraw · history · blame

1
2
3
4
5
6
7
8
9
*c = 0;
*a = 0;
while c <> 27
{
  print str(a), " ", str(cos(a)), " ", str(sin(a)), EoL;
  in tty c;
  a += 1;
};
FIN