Volt
(Units Package Symbol) Volt is the derived SI unit of electric potential difference.
XUnit
(Units Package Symbol) XUnit is a unit of length.
Find searches the current notebook for matches to the text contained in the Search for: field of the dialog box.
expr_1; expr_2; ... evaluates the expr_i in turn, giving the last one as the result.
Evaluatable is an option for Cell that specifies whether a cell should be used as input to be evaluated by the Mathematica kernel.
HoldPattern[expr] is equivalent to expr for pattern matching, but maintains expr in an unevaluated form.
InitializationCell is an option for Cell that specifies whether the cell should be tagged to be evaluated by the Mathematica kernel when the notebook that contains it is ...
MemoryInUse[] gives the number of bytes currently being used to store all data in the current Mathematica kernel session. MemoryInUse[$FrontEnd] gives the number of bytes ...
NotebookClose[notebook] closes the notebook corresponding to the specified notebook object. NotebookClose[] closes the current evaluation notebook.
Overlaps is an option to StringCases, StringCount, and StringPosition that specifies how to treat overlapping substrings.