xxxxxxxxxx
=== Without switching ===
In these examples a context is addressed directly without using the context command.
* Show current context.
<kua>
> context
global
</kua>
* Start the client service directly from global without switching.
> client start
Client started.
* Set the 'bob' variable in client, check its value in 'client', and verify it's not in 'global'.
> client bob 8081
> client bob
'bob' is '8081'
> bob
Unknown: bob