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