Re: HoldCompleteForm (or HoldFormComplete)
- To: mathgroup at smc.vnet.net
- Subject: [mg79659] Re: HoldCompleteForm (or HoldFormComplete)
- From: yatesd at mac.com
- Date: Wed, 1 Aug 2007 05:03:52 -0400 (EDT)
- References: <f7v4gv$t05$1@smc.vnet.net>
There is a HoldComplete which sounds like it does everything you say, except it displays as HoldComplete[expr], whereas HoldForm[expr] displays as expr. HoldComplete[Sequence[a,b]] does not flatten out the Sequence. Hope that helps, Derek