Context::cxset $Context::cxset
Details
-
- This message is generated by a context assignment in which the new context specification does not have the correct form to be a context.
- A valid context specification is a string that ends in a backquote character and does not include any special characters.
- Off[message] switches off the message; On[message] switches it on. For example: Off[Context::cxset].
Examples
Basic Examples (1)
The string on the right-hand side of the assignment is not a valid context specification:
$Context = "package"Evaluation of this input will change the default context in the current Wolfram Language session:
$Context = "package`"Restore the default context to the normal value:
$Context = "Global`"