Re: Re: Not accepting function as parameter
- To: mathgroup at smc.vnet.net
- Subject: [mg71751] Re: [mg71716] Re: Not accepting function as parameter
- From: János <janos.lobb at yale.edu>
- Date: Tue, 28 Nov 2006 06:04:06 -0500 (EST)
- References: <ekbmj4$f87$1@smc.vnet.net> <200611270904.EAA28656@smc.vnet.net>
On Nov 27, 2006, at 4:04 AM, dimitris wrote:
> Head Function???
>
> As far as I know there is not such a head.
>
Yes, there is. Here is a newbie one:
In[17]:=
Head[#1^2 & ]
Out[17]=
Function
In[24]:=
FrontEndExecute[
{HelpBrowserLookup[
"Built-in", "Function"]}]
János
----------------------------------------------
Trying to argue with a politician is like lifting up the head of a
corpse.
(S. Lem: His Master Voice)
- References:
- Re: Not accepting function as parameter
- From: "dimitris" <dimmechan@yahoo.com>
- Re: Not accepting function as parameter