function boot.janet on line 148, column 1 (inc x) Returns x + 1.
(inc 42) # => 43 (map inc [1 2 3]) # => @[2 3 4]