TEXTEVAL
Determines how text strings entered at a command prompt, or executed with a script or LISP expression, are treated. The value is a bit code and can be the sum of any of the following values:
0 = All text strings are treated literally.
1 = Text strings starting with (, !, or $are treated as LISP, or DIESEL expressions.
2 = Text strings starting with ' are treated as transparent commands.
Type: Integer
Saved: Temporarily during the session
Range: 0 to 3
Default: 0