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

Tree @master (Download .tar.gz)

fancy.ill @masterraw · history · blame

*x = 0;
*y = 0;

for x = 0 to 79
  for y = 0 to 12
  {
    border x;
    FMF {GO x y};
    if ((x * y) <> 7)
    {
      out tty (x*y)
    } else
    {
      out tty 32
    }
  };

FIN