Help with HoldAll needed
- To: mathgroup at smc.vnet.net
 - Subject: [mg100891] Help with HoldAll needed
 - From: Erich Neuwirth <erich.neuwirth at univie.ac.at>
 - Date: Wed, 17 Jun 2009 04:45:35 -0400 (EDT)
 
I define MyFun[x_]:=Unevaluated[x] SetAttributes[MyFun,HoldAllComplete] MyFun[2 = 3] still evaluated the argument and of course produces an error I would like to get the unevaluated expression to be able to separate the first argument. In fact, I would like MyFun to be a macro which allows me to play list processing games with the arguments. How can this be accomplished?
- Follow-Ups:
- Re: Help with HoldAll needed
- From: Leonid Shifrin <lshifr@gmail.com>
 
 
 - Re: Help with HoldAll needed