function boot.janet on line 646, column 1 (mean xs) Returns the mean of xs. If empty, returns NaN.
(mean [1 10 100]) # => 37 (mean []) # => nan