function boot.janet on line 126, column 1 (nil? x) Check if x is nil.
(map nil? [nil 0 false [] ]) # => @[true false false false]