PrintTemporary[expr] prints expr as a temporary cell in a notebook, removing it when the evaluation of the current input line is complete.
CellContext is an option for Cell which specifies the context to use for the evaluation of the contents of the cell.
Unicode: 0F3D3. Aliases: Esc cond Esc. Infix operator with built-in evaluation rules. exprpred is by default interpreted as Conditioned[expr,pred].
Unicode: 0F3D5. Aliases: Esc de Esc. Infix operator with built-in evaluation rules. uv is by default interpreted as DirectedEdge[u,v].
Unicode: 0F3D2. Aliases: Esc dist Esc. Infix operator with built-in evaluation rules. xdist is by default interpreted as Distributed[x,dist].
\[Not]
(Mathematica Character Name) Unicode: 00AC. Aliases: Esc ! Esc, Esc not Esc. Prefix operator with built-in evaluation rules. ¬ x is by default interpreted as Not[x], equivalent to !x.
Unicode: 0F3D4. Aliases: Esc ue Esc. Infix operator with built-in evaluation rules. uv is by default interpreted as UndirectedEdge[u,v].
ButtonFunction is an option for the low-level function ButtonBox that specifies the function to execute when the button is active and is clicked.
SynchronousInitialization is an option for Manipulate, DynamicModule, and related functions that specifies whether or not to evaluate the expression given as the setting for ...
Mathematica offers a variety of methods for accessing the system clipboard and clipboard-like operations. In addition to the traditional interactive methods for accessing the ...