Re: can't find info about & /@ %
- To: mathgroup at smc.vnet.net
- Subject: [mg121889] Re: can't find info about & /@ %
- From: "Kevin J. McCann" <Kevin.McCann at umbc.edu>
- Date: Thu, 6 Oct 2011 04:20:04 -0400 (EDT)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- References: <j6h31i$6un$1@smc.vnet.net>
# and & are parts of a Pure Function /@ is a shortcut for the Map function I suggest you use the Help to read about Pure Functions (It is a rather large and sometimes confusing topic for the beginner. Also very powerful.) And look up Map in the Help and check out the examples. This is probably less than you wanted, but your question is more than you probably realize. Kevin On 10/5/2011 4:04 AM, Richard Cohen wrote: > First[Options[#, "ColorSpace"]& /@ %] > could someone please explain the use of these& /@ % > i've looked everywhere to no avail. > rich >