Re: Output a list of keywords
- To: mathgroup at smc.vnet.net
- Subject: [mg63147] Re: Output a list of keywords
- From: Jean-Marc Gulliet <jeanmarc.gulliet at gmail.com>
- Date: Thu, 15 Dec 2005 07:14:06 -0500 (EST)
- Organization: The Open University, Milton Keynes, UK
- References: <dnripq$o5p$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Thomas Guignard wrote: > Hi there > > Does anybody know of a way to output a list of all reserved keywords in > Mathematica (such as the listing in Section A.10 of the Mathematica book)? > > Thanks, > Thomas > Hi Thomas, You could try some combinations of the function *Information* (short cut "?") and wild cards such as in the following lines: In[1]:= ?* In[2]:= ?*`* In[3]:= ?*`*`* In[4]:= ?*`*`*`* Best regards, /J.M.