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.17 < prev    next >
Text File  |  1994-01-25  |  791b  |  27 lines

  1. @Section
  2.    @Title { "@Null" }
  3.    @Tag { null }
  4. @Begin
  5. @PP
  6. This symbol
  7. null.sym @Index { @@Null symbol }
  8. provides a convenient way to remove unwanted
  9. concatenation symbols.  If there is a concatenation symbol
  10. preceding @@Null, the @@Null and the
  11. concatenation symbol are both deleted.  Otherwise, if there is a
  12. following concatenation symbol, it and the @@Null are both deleted.
  13. Otherwise, @@Null becomes an empty object.
  14. @PP
  15. These rules apply to a fully parenthesized version of the expression.  For
  16. example, in
  17. @ID @Code {
  18. "...  //1vx @Null |0.5i ..."
  19. }
  20. it is the horizontal concatenation symbol following @@Null that
  21. disappears, because in the fully parenthesized version
  22. @ID @Code {
  23. "...  //1vx { @Null |0.5i ... }"
  24. }
  25. there is no concatenation symbol preceding the @@Null.
  26. @End @Section
  27.