WLJS LogoWLJS Notebook

Contexts

Contexts[] gives a list of all contexts.

Contexts["string"] gives a list of the contexts that match the string.

Examples

List all contexts matching a pattern:

Contexts["System`*"]

Get all available contexts:

Length[Contexts[]]

Please visit the official Wolfram Language Reference for more details.

On this page