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

  1. .. Aug 7, 1988 register test :
  2. .he /-#-/-#-/-#-/
  3. .fo /-#-/-#-/-#-/
  4. .af #  +++1
  5. .pl 20 conserve paper
  6.  
  7. ..
  8. .sc #
  9. ..
  10. .nr d# 0
  11. .af d#      ......i
  12. ..
  13. .nr f# 5
  14. .af f# "   A"  ;does this fool the program?1
  15. ..
  16. .nr g# 100
  17. ..
  18. E=\d#\,F=\f#\,G=\g#\
  19. .nr sum d#+f#+g#
  20. Their sum is \sum\.
  21.  
  22. .nr sum d#+f#
  23. E+F=\sum\.
  24. .nr sum f#+g#
  25. F+G=\sum\.
  26. .nr sum d#
  27. E=\sum\.
  28. .rm 60
  29. .if #=1  This is page one!
  30. .if #<>1 This is NOT page one!
  31. .bp
  32. .if #=1  This is page one!
  33. .if #<>1 This is NOT page one!
  34. .if #=2  This is page two.
  35. .if #<>2 This is NOT page two.
  36. .ce
  37. THE END
  38.  
  39.