Muq string constants represent string strings, and are entered and printed according to C syntax:
"abc" "\r\n" "\0\013\044"
Unlike C, muf string constants are _not_ null-terminated; muf string constants "know" their own length, and may contain arbitrary eight-bit data. Thus, they may also be used for containing things like binary images and sounds.
Muf strings compare by ASCII collating order.
Muf strings currently (v -1.0.0) are limited to about 64K in length; This limitation will be removed in future releases.
(You can probably currently crash the server by pushing this limit.)
Go to the first, previous, next, last section, table of contents.