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

Tree @master (Download .tar.gz)

example2.ill @masterraw · history · blame

NB example Illgola-2 module #2

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 =
{
  out tty 34;
  print #0;
  out tty 34;
  print EoL;
}

END MODULE