|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
$Pre
$Pre
is a global variable whose value, if set, is applied to every input expression.
DetailsDetails
- Unless $Pre is assigned to be a function which holds its arguments unevaluated, input expressions will be evaluated before $Pre is applied, so the effect of $Pre will be the same as $Post.
- $Pre is applied to expressions, while $PreRead is applied to strings which have not yet been parsed into expressions.
ExamplesExamplesopen allclose all
Basic Examples (2)Basic Examples (2)
New in 1
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »


