HELP SUBSCR_STACK                                       A. Sloman Aug 1982

    subscr_stack(n) -> item
    item -> subscr_stack(n)

Returns or updates the n'th item on the stack.  Allows the stack to be used as
if it were an array.  If there are not at least n items on the stack, will
produce an error.
