home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / APPS / lout2.lzh / LOUT2 / DOC / TR.LOUT / ch3.26 < prev    next >
Text File  |  1994-01-25  |  824b  |  21 lines

  1. @Section
  2.    @Tag { include }
  3.    @Title { "@Include and @SysInclude" }
  4. @Begin
  5. @PP
  6. include.sym @Index { @@Include symbol }
  7. sysinclude.sym @Index { @@SysInclude symbol }
  8. These symbols instruct Lout to temporarily switch to reading another
  9. file, whose name appears in braces following the symbol.  For example,
  10. @ID @Code {
  11. "@Include { \"/usr/lout/fontdefs\" }"
  12. }
  13. will cause the contents of file "/usr/lout/fontdefs" to be read at the
  14. point it occurs.  After that file is read, the current file is resumed.  The
  15. included file may contain arbitrary Lout text, including other
  16. @@Include commands.  The file is searched for first in the current
  17. directory, then in a sequence of standard places which are not necessarily the
  18. same places that databases are searched for.  @@SysInclude searches the
  19. standard places only.
  20. @End @Section
  21.