symbols_library.hss 596 B

123456789101112131415
  1. [Main]
  2. Title=_library
  3. [Top]
  4. Usually, this symbol is not handled in a special way. However, if it does
  5. not exist at all, it is redirected to the entry point of the program. The
  6. effect is that constructs of the form
  7. <PRE>.word _library-<I>entry_point</I>
  8. </PRE>
  9. resolve to 0 if the symbol is undefined.
  10. <BR><BR>
  11. <B>Note:</B> _library is also a <A HREF="$$LINK(control)">control symbol</A>,
  12. which means that under normal circumstances, references to it are not
  13. allowed. However, in <A HREF="$$LINK(modes_fargo)">Fargo II mode</A>,
  14. programs and libraries have special permission to use this symbol.