Save
(Built-in Mathematica Symbol) Save["filename", symbol] appends definitions associated with the specified symbol to a file. Save["filename", " form"] appends definitions associated with all symbols whose ...
ScrollingOptions -> {opt_1 -> val_1, opt_2 -> val_2, ...} is an option for notebooks that specifies settings for scrolling.
## represents the sequence of arguments supplied to a pure function. ## n represents the sequence of arguments supplied to a pure function, starting with the ...
SokalSneathDissimilarity[u, v] gives the Sokal\[Dash]Sneath dissimilarity between Boolean vectors u and v.
StringTake["string", n] gives a string containing the first n characters in " string". StringTake["string", -n] gives the last n characters in " string". StringTake["string", ...
SystemDialogInput["type"] brings up an interactive system dialog and returns the value chosen in the dialog. SystemDialogInput["type", init] uses init as the initial setting ...
TagBox
(Built-in Mathematica Symbol) TagBox[boxes, tag] is a low-level box construct that displays as boxes but maintains tag to guide the interpretation of boxes on input.
TaggingRules is an option for selections that specifies a list of strings to be associated with a selection.
TextAlignment is an option for Cell, Style and related constructs which specifies how successive lines of text should be aligned.
TimeConstrained[expr, t] evaluates expr, stopping after t seconds. TimeConstrained[expr, t, failexpr] returns failexpr if the time constraint is not met.