Φ.txt.sprintf
without formatters
Using the Φ.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 Mon May 25 14:35:13 UTC 2026.