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