49
edits
| (3 intermediate revisions by the same user not shown) | |||
| Line 5: | Line 5: | ||
== Arguments == | == Arguments == | ||
* name (optional) - The name of the context to switch to. If no name, then prints the name of the current context. | * name (optional) - The name of the context to switch to. If no name, then prints the name of the current context. | ||
== Associations == | |||
* Is available in all contexts. | |||
== Details == | == Details == | ||
| Line 25: | Line 28: | ||
global | global | ||
</kua> | </kua> | ||
=== Context | === Context separation === | ||
* Same as the first example. But change to the known 'client' context, which is addressable from the 'global' context. | * Same as the first example. But change to the known 'client' context, which is addressable from the 'global' context. | ||
<kua> | <kua> | ||
| Line 48: | Line 51: | ||
Unknown: bob | Unknown: bob | ||
</kua> | </kua> | ||
=== | |||
=== Without switching === | |||
In these examples a context is addressed directly without using the context command. | In these examples a context is addressed directly without using the context command. | ||
* Show current context. | * Show current context. | ||