home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / pc / source / kfortune.zoo / kfortune.txt < prev    next >
Encoding:
Text File  |  1989-05-20  |  1.5 KB  |  41 lines

  1. Left to themselves, things tend to go from bad to worse.
  2.  
  3. "I'd love to go out with you, but I never go out on days that end in
  4. `Y.'"
  5.  
  6. Speaking of love, one problem that recurs more and more frequently
  7. these days, in books and plays and movies, is the inability of people
  8. to communicate with the people they love; Husbands and wives who can't
  9. communicate, children who can't communicate with their parents, and so
  10. on.  And the characters in these books and plays and so on (and in real
  11. life, I might add) spend hours bemoaning the fact that they can't
  12. communicate.  I feel that if a person can't communicate, the very _____least
  13. he can do is to Shut Up!
  14.         -- Tom Lehrer, "That Was the Year that Was"
  15.  
  16. Osborn's Law:
  17.     Variables won't; constants aren't.
  18.  
  19. Know thyself.  If you need help, call the C.I.A.
  20.  
  21. Mad, adj.:
  22.     Affected with a high degree of intellectual independence ...
  23.         -- Ambrose Bierce, "The Devil's Dictionary"
  24.  
  25. How do you explain school to a higher intelligence?
  26.         -- Elliot, "E.T."
  27.  
  28. The primary purpose of the DATA statement is to give names to
  29. constants; instead of referring to pi as 3.141592653589793 at every
  30. appearance, the variable PI can be given that value with a DATA
  31. statement and used instead of the longer form of the constant.  This
  32. also simplifies modifying the program, should the value of pi change.
  33.         -- FORTRAN manual for Xerox Computers
  34.  
  35. It is easier to write an incorrect program than understand a correct
  36. one.
  37.  
  38. Mophobia, n.:
  39.     Fear of being verbally abused by a Mississippian.
  40.  
  41.