JanetDocsPlaygroundI'm feeling luckyGitHub sign in

int/s64



    cfunction
    src/core/inttypes.c on line 198, column 1

    (int/s64 value)

    Create a boxed signed 64 bit integer from a string value.


1 exampleSign in to add an example
Loading...
(int/s64 42)    # => <core/s64 42>
(int/s64 42.1)  # => <core/s64 42>
(int/s64 "42")  # => <core/s64 42>
cellularmitosisPlayground