HoldFirst question
- To: mathgroup at smc.vnet.net
- Subject: [mg65500] HoldFirst question
- From: "Yaroslav Bulatov" <yaroslavvb at gmail.com>
- Date: Wed, 5 Apr 2006 06:55:52 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
f=5;f[a_]=a gives an error because it evaluates f[a_] to 5[a_] But Set is HoldFirst, doesn't that mean that f[a_] will be held unevaluated?
- Follow-Ups:
- Re: HoldFirst question
- From: Andrzej Kozlowski <akoz@mimuw.edu.pl>
- Re: HoldFirst question