< (less than)


If the number val1 is less than the number val2, the function returns 1; otherwise, it returns 0.


$(<, val1, val2)

Examples


Code Returns Remark
$(<,2,30) 1

 

$(<,2,30,3) $(>,??) error: only 2 arguments allowed
$(<,30,a) $(>,??) error: both arguments should be numeric

 

 

See also...

$(>,val1,val2)

 

DIESEL functions
 
© Bricsys NV. All rights reserved.