Re: Re-virginating Manipulates?
- To: mathgroup at smc.vnet.net
- Subject: [mg114326] Re: Re-virginating Manipulates?
- From: AES <siegman at stanford.edu>
- Date: Wed, 1 Dec 2010 02:11:09 -0500 (EST)
- References: <id2eoi$da0$1@smc.vnet.net>
In article <id2eoi$da0$1 at smc.vnet.net>, Herman Kuun <oomkoos1 at gmail.com> wrote: > The ` (backquote) stands for global. > > For instance to list all global symbols:- > > ?`* > > will do it. > > Best Thanks. But, I don't find this point made anywhere in the Context Help or Tutorial, and find it hard to believe it's fully true. Look for example at the third paragraph in the Help for ` (which is interpreted as Context), and the immediately following example. These discussions all seem to (implicitly but very clearly) use ` as a _separator_ between cascaded contexts. For example, they contain examples including constructs like " Global` ". Does that mean " Global Global " ?? Or " a`b`c " -- does that mean "a Global b Global c " ??