workbench step return
- To: mathgroup at smc.vnet.net
- Subject: [mg68664] workbench step return
- From: "Chris Chiasson" <chris at chiasson.name>
- Date: Mon, 14 Aug 2006 06:44:48 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
Will someone please explain how "step return" works in terms of moving through a Mathematica expression? I (think I) can explain step into and step over. Step into goes to the first subexpression (aka. Part) that has associated transformations. Step over goes to the next part of the expression that has associated transformations. Both of these seem to skip simple transforms. For example, it might skip the expression condition if OwnValues[condition]={HoldPattern[condition]:>True} -- http://chris.chiasson.name/