home *** CD-ROM | disk | FTP | other *** search
/ World of Ham Radio 1997 / WOHR97_AmSoft_(1997-02-01).iso / antenna / ant_21 / prog / bye.bas < prev    next >
BASIC Source File  |  1997-02-01  |  775b  |  17 lines

  1. ' BYE.BAS:  sign-off for stat package
  2. '
  3. PRINT : PRINT : PRINT : PRINT : PRINT
  4. PRINT "    Thanks for trying this stat package; comments, questions,"
  5. PRINT "    denunciations please to:  Orrin C. Winton WN1Z, PO Box 89, Big Sur CA"
  6. PRINT "    93920; my Internet addresses are orrin@redshift.com, 7134@mgs.com, "
  7. PRINT "    and wn1z@amsat.org.  If you get mail returned from those addresses,"
  8. PRINT "    try the last one, then as a last resort try snailmail at:"
  9. PRINT "    c/o DeFeo, 46 Seeley Road, Trumbull CT 06611."
  10. PRINT
  11. PRINT "    Am especially interested in any of your ideas for improvements"
  12. PRINT "    to the regression-calculating algorithms which came from the"
  13. PRINT "    textbooks, and in regression techniques not covered in this package."
  14.  
  15. END
  16.  
  17.