JanetDocsSourcePlaygroundI'm feeling luckyCommunityGitHub sign in

int/s64

core-api


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

    (int/s64 value)

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


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