This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu
> (set 'Foo1:var1 nil)
nil
> (context? Foo1)
true
> (context Foo2)
ERR: symbol or context expected in function context : Foo2
> (set 'Foo2:var2 nil)
ERR: context expected in function set : Foo2
> (context? Foo2)
nil
> (set 'Foo2:var2 nil)
ERR: context expected in function set : Foo2
> (context? Foo2)
nil
>
(set 'Foo:name "limux")
(context Foo)
(context Foo)
(set 'Foo:name "limux")