MessageDialog[expr] puts up a standard message dialog that displays expr together with an OK button.MessageDialog[expr, {lbl_1 :> act_1, lbl_2 :> act_2, ...}] includes ...
MorphologicalGraph[image] gives a graph object that represents the connectivity of the morphological branch points and endpoints of the objects in image after applying ...
NotebookSave[notebook] saves the current version of the specified notebook. NotebookSave[notebook, " file"] saves the notebook in the specified file. NotebookSave[] saves the ...
OpenRead["file"] opens a file to read data from, and returns an InputStream object.
Operate
(Built-in Mathematica Symbol) Operate[p, f[x, y]] gives p[f][x, y]. Operate[p, expr, n] applies p at level n in the head of expr.
PrintAction is an option for notebooks that specifies the action taken when a Print[] command is evaluated by the kernel.
Protected is an attribute which prevents any values associated with a symbol from being modified.
expr //. rules repeatedly performs replacements until expr no longer changes.
SampledSoundFunction[f, n, r] is a sound primitive that represents a sound whose amplitude sampled r times a second is generated by applying the function f to successive ...
SetSelectedNotebook[notebook] makes the specified notebook be the currently selected one in the front end.