Examples

  IF 1234 NE 5678
      TRUE = 1               ; Sets TRUE to 1
  ELSE
      TRUE = 0
  ENDIF


[Back: Constraints]
[Next: Greater Than (GT Operator)]