Blogs

What relational expressions does SLAX support?

By Erdem posted 08-05-2015 04:02

  

SLAX supports a general variety of relational expressions:

 

  • == (equals)
  • != (does not equal)
  • > (greater than)
  • < (less than)
  • >= (greater than or equal to)
  • <= (less than or equal to

In addition, the not() function is available to flip the current Boolean result to the opposite Boolean value: true to false or false to true.

 

For more information, see Node-Sets and Relational Expressions.


#SLAXscripts
#FAQ