Syntax: QUOTE(string)
Defn: A CI evaluator function that doubles all single and
double quote marks. This is useful in conjunction
with the INFO= string in the RUN command.
Type: String
Example: INPUT x
ab"cd"ef # user input
run prog; info="![quote(x)]"
Result: PROG run with INFO="ab""cd""ef"