JanetDocsPlaygroundI'm feeling luckyGitHub sign in

inc



    function
    boot.janet on line 148, column 1

    (inc x)

    Returns x + 1.


See also:+=dec1 exampleSign in to add an example
Loading...
(inc 42)  # => 43
(map inc [1 2 3])  # => @[2 3 4]
cellularmitosisPlayground