2012

Table Of Contents
> (greater than)
If the number val1 is greater than val2, the string returns 1; otherwise, it returns
0.
$(>, val1, val2)
!= (not equal to)
If the numbers val1 and val2 are not equal, the string returns 1; otherwise, it
returns 0.
$(!=, val1, val2)
<= (less than or equal to)
If the number val1 is less than or equal to val2 , the string returns 1; otherwise,
it returns 0.
$(<=, val1, val2)
>= (greater than or equal to)
If the number val1 is greater than or equal to val2, the string returns 1;
otherwise, it returns 0.
$(>=, val1, val2)
and
Returns the bitwise logical AND of the integers val1 through val9.
$(and, val1 [, val2,, val9])
66 | Chapter 5 DIESEL