 
 
 
 
 
 
priorities between @, @@ and //
- To: mathgroup at smc.vnet.net
- Subject: [mg108740] priorities between @, @@ and //
- From: guerom00 <guerom00 at gmail.com>
- Date: Mon, 29 Mar 2010 07:20:10 -0500 (EST)
Hello all,
Just a quick question : what are the priority between all those
operators ? I mean :
- what is f@x//g ? Is it f[g[x]] or g[f[x]]
- what is f@@{a,b}[[2]] ? Is it f[b] or (f[a,b])[[2]]
You see what I mean... What are the rules for the priority of all
those operators ?
TIA :)

