Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!usc!samsung!uunet!fernwood!portal!cup.portal.com!sjthomas From: sjthomas@cup.portal.com (Stephen J Thomas) Newsgroups: comp.sys.handhelds Subject: HP48 Prog Ref Man corrections Message-ID: <37477@cup.portal.com> 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