home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_300 / 304_01 / zero < prev   
Text File  |  1990-02-14  |  396b  |  17 lines

  1. .. July 29, 1989 test of nesting macros and .so
  2. .pl 25 \" save space.
  3. .he //-#-/top/
  4. .fo /bottom/-#-//
  5. .define ZZ
  6. .so one
  7. We called "one" and we should have just returned from "three".
  8. .;;
  9. zero: about to invoke ".ZZ"
  10. .br
  11. .ZZ
  12. .br
  13. here is a line in zero directly after first invocation of ".ZZ".
  14. .ZZ
  15. here is a line in zero directly after second invocation of ".ZZ".
  16. EOF for "zero"
  17.