codeb: testfaelle aus codea
[testub10.git] / codeb / codea_lewurm_05.0
1 method Long(a b c d e)
2         return e - d - c - b - a - this;
3 end;