MathGroup Archive 2005

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Output a list of keywords

  • To: mathgroup at smc.vnet.net
  • Subject: [mg63187] Re: Output a list of keywords
  • From: "Dr. Wolfgang Hintze" <weh at snafu.de>
  • Date: Sat, 17 Dec 2005 03:46:19 -0500 (EST)
  • References: <dnripq$o5p$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Interesting question. May I add a specific question which fits the 
topic: how do I get a list of the keywords used *directly* in my 
specific notebook?

E.g. for the notebook containing only the following line

myFunction[x_]:=Sin[x]

the list should read

myFunction
Sin

This sometimes arises when I need to transform programs from one version 
to the other and need to replace unknown functions.

Thanks in advance.

Regards,
Wolfgang

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
> 
> 


  • Prev by Date: Re: Derivate of Bessel function K
  • Next by Date: Re: Derivate of Bessel function K
  • Previous by thread: Re: Output a list of keywords
  • Next by thread: Re: Re: Output a list of keywords