JanetDocsPlaygroundI'm feeling luckyGitHub sign in

chr



    macro
    boot.janet on line 360, 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