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

  1. .. April 9, 1989 testing .if .ie .el .{ .}
  2. .pl 20 \"to conserve paper
  3. this a test of a comment \"this better no appear!
  4. without it showing up!
  5.  
  6. .if 1 Here is text for a true .if line.
  7.  
  8. .if 0 here is text that should not appear with .if working.
  9.  
  10. .ie 0
  11. .{ here
  12. is a
  13. bunch of text that
  14. should not appear!
  15. .} .el
  16. .{ This text should
  17. appear as result of
  18. a compounded .ie - .el.
  19. .}
  20. .ce
  21. THE END
  22.  
  23. Here is some error testing:
  24.  
  25. .el this is an unanticipated "else".
  26.  
  27. .}  ???
  28.  
  29. .{  starting an unmatched bracket...
  30.  
  31. (EOF)
  32.  
  33.  
  34.