git @ Cat's Eye Technologies Illgol-Grand-Mal / master 4. Open Sores Illgol## / prj / trig.ill
master

Tree @master (Download .tar.gz)

trig.ill @masterraw · history · blame

NB trig.ill
NB (c)2001 Cat's Eye Technologies.
NB All rights reserved.  All liability disclaimed.
NB See the file COPING for license information.

*c = 0;
*a = 0;
while c <> 27
{
  print str(a), " ", str(cos(a)), " ", str(sin(a)), EoL;
  in tty c;
  a += 1;
};
FIN