home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_100 / 145_01 / nest < prev    next >
Text File  |  1979-12-31  |  384b  |  30 lines

  1.  
  2. .. July 4, 1983 demo of nesting of strings and macros:
  3. .. try typing the command:
  4. .."A>roff4 nest -i -m ) "
  5. ..
  6. .pl 30 ;saving paper
  7. .ds .1st.first.
  8. .ds .2nd.second.
  9. .ds .all.\1st\ \2nd\.
  10. .ds .ALL.\\1st\\ \\2nd\\.
  11. =\all\
  12. =\ALL\
  13. =\all\
  14. =\ALL\
  15. =
  16. .dm xx
  17. .yy
  18. .yy
  19. .em
  20. .dm yy
  21. .zz
  22. .zz
  23. .em
  24. .dm zz
  25. hello, there!
  26.  
  27. .em
  28. .xx    ;supposed to form .zz four times
  29. .xx
  30.