Modify the means-statement to not require parentheses.
Requiring parentheses for statements like
means ('a <= 'b && 'b <= 'c);
makes them similar to if- and while-statements, but leads to clutter in complicated status statements, which is a big problem.