Merge branch 'master' of git://github.com/bschussek/testub10
[testub10.git] / parser / tom_multgt.2
1 method m (a b)
2   return a < b < a;
3 end;