f6737535abab330d0c1ef74923836ee5dfe41deb
[testub10.git] / codea / lewurm_05.0
1 method Long(a b c d e)
2         return (e - d - c - b - a - this);
3 end;