JanetDocsSourcePlaygroundI'm feeling luckyCommunityGitHub sign in

inc

core-api


    function
    boot.janet on line 137, 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