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 Sep 12 07:14:07 UTC 2025.