JanetDocsSourcePlaygroundI'm feeling luckyCommunityGitHub sign in

chr

core-api


    macro
    boot.janet on line 404, column 1

    (chr c)

    Convert a string of length 1 to its byte (ascii) value at compile 
    time.


See also:string/bytesstring/from-bytes1 exampleSign in to add an example
Loading...
(chr "a")  # => 97
cellularmitosisPlayground