Mathematica > Generalized Input >

Interpretation

Interpretation[e, expr]
represents an object which displays as e, but is interpreted as the unevaluated form of expr if supplied as input.
Interpretation[{x=x0, y=y0, ...}, e, expr]
allows local variables x, y, ... in e and expr.
  • Interpretation has attribute HoldAll, but evaluates e immediately after localizing variables. It makes expr be evaluated only when the Interpretation object is supplied as Mathematica input.
DeinitializationNonean expression to evaluate when the Interpretation can no longer be displayed
DynamicModuleValuesAutomaticdynamically updated data on variable values
InitializationNonean expression to evaluate when the Interpretation is first displayed
New in 6
© 2008 Wolfram Research, Inc. japanese.gif
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team