Nor
(Built-in Mathematica Symbol) Nor[e_1, e_2, ...] is the logical NOR function. It evaluates its arguments in order, giving False immediately if any of them are True, and True if they are all False.
NotCongruent[x, y, ...] displays as x \[NotCongruent] y \[NotCongruent] ....
NotCupCap[x, y, ...] displays as x \[NotCupCap] y \[NotCupCap] ....
NotDoubleVerticalBar[x, y, ...] displays as x \[NotDoubleVerticalBar] y \[NotDoubleVerticalBar] ....
NotebookApply[notebook, data] writes data into a notebook at the current selection, replacing the first selection placeholder in data by the current selection, and then ...
NotebookAutoSave is a notebook option which specifies whether the notebook should automatically be saved after each piece of output generated by evaluation in it.
NotebookBrowseDirectory is a global option that determines the current working directory.
NotebookClose[notebook] closes the notebook corresponding to the specified notebook object. NotebookClose[] closes the current evaluation notebook.
NotebookConvertSettings -> {opt_1 -> val_1, opt_2 -> val_2, ...} is a global option that specifies settings for converting imported legacy notebooks.
NotebookDelete[notebook] deletes the current selection in the notebook corresponding to the specified notebook object. NotebookDelete[] deletes the current selection in the ...