10a2205ecbe939e2ab9f0e047d5090bf527a2de9
[testub10.git] / codea / lewurm_02.0
1 method f(a b c d)
2   return this-(a-b-c-d);
3 end;