2011

Table Of Contents
!= (not equal to)
If the numbers val1 and val2 are not equal, the string returns 1; otherwise,
it returns 0.
$(!=, val1, val2)
Quick Reference
System Variables
MENUECHO
Sets menu echo and prompt control bits.
<= (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)
Quick Reference
System Variables
MENUECHO
Sets menu echo and prompt control bits.
>= (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)
78 | Chapter 5 DIESEL