file: job.t package: muf status: alpha
The ]print
operator is just C's printf
function in muf clothing:
Stack: [ "%s: %x %d %8.4f %g" "Testing" 24 13 123.456 54.3e21 | ]print Stack: "Testing: 18 13 123.4559 5.42999e+22"
All the usual C printf
options are supported, since
Muq uses printf
internally to implement this.
Yes, I should type all those pages of printf() documentation here. In the meantime, do "man printf" if you need the gory formatting details ...
Go to the first, previous, next, last section, table of contents.