RosettaCodeData/Task/Averages-Arithmetic-mean/Trith/averages-arithmetic-mean.trith
Ingy döt Net d066446780 langs a-z
2013-04-10 22:43:41 -07:00

3 lines
87 B
Text

: mean dup empty? [drop 0] [dup [+] foldl1 swap length /] branch ;
[3 1 4 1 5 9] mean