home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / hp48 / 6267 < prev    next >
Encoding:
Internet Message Format  |  1992-12-11  |  1.1 KB

  1. Path: sparky!uunet!cs.utexas.edu!sdd.hp.com!wupost!darwin.sura.net!utkcs2!hydra2a.cs.utk.edu!doolin
  2. From: doolin@hydra2a.cs.utk.edu (David Doolin)
  3. Newsgroups: comp.sys.hp48
  4. Subject: vector program
  5. Date: 11 Dec 1992 23:11:56 GMT
  6. Organization: University of Tennessee, Knoxville - Department of Computer Science
  7. Lines: 18
  8. Distribution: world
  9. Message-ID: <1gb77sINN8hp@kumquat.cs.utk.edu>
  10. Reply-To: doolin@hydra2a.cs.utk.edu (David Doolin)
  11. NNTP-Posting-Host: hydra2a.cs.utk.edu
  12.  
  13.  
  14.     Typically, when I read my own work I find mistakes.  On the vector 
  15. program I posted 12/10/92, the argument explanation is weak and con-
  16. fusing.
  17.  
  18.     After entering the "VECTOR.DIR", press the "BUILD" key.
  19. This displays a menu that does the following:
  20.  
  21. key            command line              stack
  22.  
  23. "A->2"          1 2                    a: [ 1 2 ]
  24. "B->2"          3 4                    b: [ 3 4 ]
  25. "A->3"          1 2 3                  a: [ 1 2 3 ]
  26. "B->3"          4 5 6                  b: [ 4 5 6 ]
  27. "T->2"          1 2 x                  x: [ 1 2 ]
  28. "T->3"          1 2 3 y                y: [ 1 2 3 ]
  29.  
  30.     Please mail questions or comments.  -- dmd
  31.