printf package:scanf

Print a string according to a format string.
printf [fmt|Hello %s|] ("everyone!" :+ ())
= "Hello everyone!"