163 CHANGED: Stack.prg -------------------------------------------------------------------------------- 1. StackNew() was added so that the user does not need to be aware that the stack is implemented as an array. 2. StackPop() was changed so that popping an empty stack returns NIL.