Φ.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 Tue Mar 31 07:20:31 UTC 2026.