3 lines
46 B
Text
3 lines
46 B
Text
|
|
average(1,2,3,4,5) -- 3
|
||
|
|
average(empty) -- 0
|