Wrong QQ.txt.sprintf Arguments

The QQ.txt.sprintf object must have matching placeholder variables and passed arguments.

Incorrect:

[] > app
  QQ.io.stdout > @
    QQ.txt.sprintf
      "Hello, %s! Your account is %d."
      * name

Correct:

[] > app
  QQ.io.stdout > @
    QQ.txt.sprintf
      "Hello, %s! Your account is %d."
      * name acc

Published on Fri Oct 10 22:54:10 UTC 2025.