_rawVal
Produces a raw, unprocessed value --
Function
This advanced function prevents the usual QL and QText processing of a value. It
is typically used with something like _foreachProperty, like this:
THING -> _foreachProperty -> _val -> _rawVal
This mainly affects Text types. Whereas the output of _val would usually be further
processed if it contained any QL, feeding it into _rawVal turns it into simple text,
which is rendered completely plain.