My sytem is: 8.0 for Mac OS X x86 (64-bit) (October 5, 2011)
When I start Mathematica and call
FormatValues[MakeExpression]
I get the following output:
The message says:

Where does it come from and what is a RefBox?
|
My sytem is: 8.0 for Mac OS X x86 (64-bit) (October 5, 2011) When I start Mathematica and call
I get the following output:
The message says:
Where does it come from and what is a RefBox? |
||||
| show 3 more comments |
|
The reason that You could just ignore the pink box. Or, if it's really distracting, you can simply request the results in
|
|||
|
|
FormatValues[MakeExpression]? – Sjoerd C. de Vries May 28 '12 at 13:58FormatValuesand I inspect them to see if everything is correct. BTW it seems, that the entry above does no harm, but if I spot an error/warning I´m curious where it comes from. – Peter Breitfeld May 28 '12 at 14:05MakeExpressionisn't a function that you want to pretty-print, is it? I can imagine that forDandIntegrate, but not for such a low-level function asMakeExpression. – Sjoerd C. de Vries May 28 '12 at 14:10Abs[<stuff>]as |<stuff>| enclosed in\[LeftBracketingBar]and\[RightBraketinbar]in StandardForm, and I useMakeBoxesandMakeExpressionfor this. – Peter Breitfeld May 28 '12 at 14:21FormatValues[Abs], wouldn't you? – Sjoerd C. de Vries May 28 '12 at 14:29