codea: sub mit 0 und mul mit 1
[testub10.git] / codea / lewurm_12.0
1 method f1()
2         return (this*2*3)*1;
3 end;
4 method f2()
5         return (this)*1;
6 end;
7 method f3()
8         return this*1;
9 end;
10 method f4()
11         return (this*1)*(this*1)*1;
12 end;