PreviousNext
Help > EXTREME PROGRAMMING WITH RITTLE > Multiple Comparisons
Multiple Comparisons

Rittle allows more complex comparison expressions consisting of more than two parameters:

if 1< = x <= 10 > y;

is completely valid and translates as “if 1<=x and x<=10 and 10>y”.