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

Tree @master (Download .tar.gz)

example1.ill @masterraw · history · blame

NB example Illgola-2 module #1
NB (c)2001 Cat's Eye Technologies.
NB All rights reserved.  All liability disclaimed.
NB See the file COPING for license information.

NB Warning!  Addresses of literals and globals in
NB a module are probably munged.  In other words,
NB the command "print "Hello"" inserted into the
NB following module will not print "Hello" but rather
NB some other string from the wrong address.

NB Live with it!

MODULE =
{
  print #0;
  out tty 33;
  out tty 13;
  out tty 10;
}

END MODULE