Φ.org.eolang.txt.sprintf
without formatters
Using the Φ.org.eolang.txt.sprintf
object makes no sense
if there are no format specifiers in the template string.
Incorrect:
[] > app
QQ.io.stdout > @
QQ.txt.sprintf
"Hello Jeff!"
*
Correct:
[] > app
QQ.io.stdout > @
QQ.txt.sprintf
"Hello %s!"
* "Jeff"
Published on Fri Sep 12 07:14:06 UTC 2025.