InputForm, etc...
- To: mathgroup at smc.vnet.net
- Subject: [mg5784] InputForm, etc...
- From: marliesb at sci.kun.nl (Marlies)
- Date: Sat, 18 Jan 1997 14:58:37 -0500
- Organization: University of Nijmegen, The Netherlands
- Sender: owner-wri-mathgroup at wolfram.com
I have defined some kind of a function Fun1, which returns some other function Fun2: Fun1[argument1_, argument2_] := Module[{}, SomeStatements; Return[Fun2[argument1,argument2]]] (There is no definition for the function Fun2 implemented and it is only internally used in a package...) This last function Fun2 has a certain outputformat set. Now applying the function InputForm (or some other functions like FullForm) refers to the last function Fun2. Is it possible in Mathematica to place some kind of a link to the first function? Kind regards, Marlies Brinksma