Unit 'LSExpression' Package
[Overview][Types][Classes][Index] [#pl_solutions]

TStack

Declaration

Source position: LSExpression.pas line 26

type TStack = record

  Next: PStack;

  

  Prev: PStack;

  

  Token: Byte;

  

  Number: Extended;

  

  Func: string;

  

end;



CT Web help

CodeTyphon Studio