9.79
QUOTE - Put a string in quotes (')
Returns one single quote ('), if called without arguments.
Argument(s)
from 0 to 1, String
Result type
String
See also
UNQUOTE
Category
String handling
Example:
C:> ASET -p X := QUOTE(a'b'c) X='a''b''c'