[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
    Procedures and Functions

      DataStack = Object

                     Procedure Init;
                     Function  Empty        :Boolean;
                     Function  Full         :Boolean;
                     Procedure Push(    Item:Data);
                     Procedure Pop (Var Item:Data);
                     Procedure Top (Var Item:Data);
                     Procedure Drop;
                     Procedure Destroy;

                   Private

                     StackData:StackArray;
                     StackPtr :Word;

                   {$IFDEF NOTFINAL}

                     Procedure Error(Num:Byte);

                   {$ENDIF}

                   End;

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson