Unit 'cyMathParser' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_cindy]

TTypeStack

Declaration

Source position: cyMathParser.pas line 103

type TTypeStack = (

  tsNotDef,

  

  tsValue,

  

  tsOperator,

  

  tsFunction,

  

  tsLeftParenthese,

  

  tsRightParenthese,

  

  tsSeparator,

  

  tsVariable

  

);



CT Web help

CodeTyphon Studio