codeb ifs and whiles
[testub10.git] / codeb / intelli_11.0
1 method m()
2         if 5 < 10 then
3                 return 10;
4         else
5                 return 5;
6         end;
7 end;
8