Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!samsung!spool2.mu.edu!news.cs.indiana.edu!msi.umn.edu!cs.umn.edu!uc!noc.MR.NET!gacvx2.gac.edu!hhdist From: postmaster.DUNG_BEETLE@gateway.qm.apple.com (postmaster) Newsgroups: comp.sys.handhelds Subject: Steve Winters :Unknown QM u Message-ID: <9101032138.AA10617@internal.apple.com> Date: 3 Jan 91 19:42:17 GMT Lines: 48 To: handhelds@gac.edu Return-path: To: handhelds@gac.edu Mail*Link#170# Steve Winters :Unknown QM u Received: by gateway.qm.apple.com; 3 Jan 91 13:42:13 Received: from apple.com by goofy.apple.com with SMTP (5.61/25-eef) id AA10570; Thu, 3 Jan 91 13:37:34 -0800 for Steve_Winters.PERIPH_PROJ@gateway.qm.apple.com Received: from gacvx2.gac.edu by apple.com with SMTP (5.61/25-eef) id AA23845; Thu, 3 Jan 91 00:37:24 -0800 for Steve_Winters.PERIPH_PROJ@gateway.qm.apple.com Date: Thu, 3 Jan 1991 00:15 CST From: handhelds@gac.edu Subject: HP48 Prog Ref Man corrections Sender: NEWSMGR@gacvx2.gac.edu To: HANDHELDS@gacvx2.gac.edu Errors-To: postmaster@gac.edu Reply-To: handhelds@gac.edu Message-Id: <1898915D400003B6@gacvx2.gac.edu> X-Vms-To: IN%"HANDHELDS@GACVX2.GAC.EDU" Comments: Forwarded from COMP.SYS.HANDHELDS by GACVX2.GAC.EDU Relay-Version: VMS News - V6.0-1 14/11/90 VAX/VMS V5.4; site gacvx2.gac.edu Path: gacvx2.gac.edu!noc.MR.NET!uc!tut.cis.ohio-state.edu!cs.utexas.edu!uunet!fernwood!portal!cup.portal.com!sjthomas Newsgroups: comp.sys.handhelds Subject: HP48 Prog Ref Man corrections Message-ID: <37477@cup.portal.com> From: sjthomas@cup.portal.com (Stephen J Thomas) Date: 2 Jan 91 04:42:04 GMT Organization: The Portal System (TM) Lines: 19 The following two corrections should be made to the stack diagrams of the indicated commands in the HP 48 Programmer's Reference Manual. Characters in (parentheses) indicate subscripts. Page 26 ->ARRY Add this format to the stack diagram: z(1) ... z(n) { n(element) } ===> [vector] Page 236 OBJ-> Change the 3rd line in the stack diagram to: [ x(1) ... x(n) ] ===> x(1) ... x(n) { n } That is, the output to level 1 should be the list { n }, not just the real number n. Stephen J Thomas sjthomas@cup.portal.com