TraceOff is an option for Trace and related functions which specifies forms inside which tracing should be switched off.
TraceDepth is an option for Trace and related functions which specifies the maximum nesting of evaluation chains that are to be included.
SequenceHold is an attribute that specifies that Sequence objects appearing in the arguments of a function should not automatically be flattened out.
Mathematica serves as a convenient and extensible environment for doing basic math. In addition to performing advanced calculations, Mathematica can also be used as a ...
expr /. rules applies a rule or list of rules in an attempt to transform each subpart of an expression expr.
CompilationTarget is an option for Compile that specifies the target runtime for the compiled function.
UpValues[f] gives a list of transformation rules corresponding to all upvalues defined for the symbol f.
Do
(Built-in Mathematica Symbol) Do[expr, {i_max}] evaluates expr i_max times. Do[expr, {i, i_max}] evaluates expr with the variable i successively taking on the values 1 through i_max (in steps of 1). ...
DownValues[f] gives a list of transformation rules corresponding to all downvalues defined for the symbol f.
RuntimeOptions is an option for Compile that specifies runtime settings for the compiled function it creates.