JanetDocsPlaygroundI'm feeling luckyGitHub sign in

printf



    cfunction
    src/core/io.c on line 597, column 1

    (printf fmt & xs)

    Prints output formatted as if with `(string/format fmt ;xs)` to 
    `(dyn :out stdout)` with a trailing newline.


See also:string/format1 exampleSign in to add an example
Loading...
(printf "%s %s!" "Hello" "World") # Hello World!
aquilaxPlayground