Unit 'uPSCompiler' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_pascalscript]

TPSBinOperatorType

Declaration

Source position: uPSCompiler.pas line 894

type TPSBinOperatorType = (

  otAdd,

  

  otSub,

  

  otMul,

  

  otDiv,

  

  otMod,

  

  otShl,

  

  otShr,

  

  otAnd,

  

  otOr,

  

  otXor,

  

  otAs,

  

  otIntDiv,

  

  otGreaterEqual,

  

  otLessEqual,

  

  otGreater,

  

  otLess,

  

  otEqual,

  

  otNotEqual,

  

  otIs,

  

  otIn

  

);



CT Web help

CodeTyphon Studio