sjthomas@cup.portal.com (Stephen J Thomas) (01/02/91)
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