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