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.
(printf "%s %s!" "Hello" "World") # Hello World!