Wrong
QQ.txt.sprintf
Arguments
The QQ.txt.sprintf
object must have a match between its
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 Sun Jun 22 07:53:05 UTC 2025.