1 - 10 of 2080 for WhichSearch Results
Which   (Built-in Mathematica Symbol)
Which[test_1, value_1, test_2, value_2, ...] evaluates each of the test_i in turn, returning the value of the value_i corresponding to the first one that yields True.
FindFile   (Built-in Mathematica Symbol)
FindFile[name] finds the file with the specified name that would be loaded by Get[name] and related functions.
Switch   (Built-in Mathematica Symbol)
Switch[expr, form_1, value_1, form_2, value_2, ...] evaluates expr, then compares it with each of the form_i in turn, evaluating and returning the value_i corresponding to ...
Information   (Built-in Mathematica Symbol)
Information[symbol] prints information about a symbol.
Conditionals   (Mathematica Tutorial)
Mathematica provides various ways to set up conditionals, which specify that particular expressions should be evaluated only if certain conditions hold. Conditional ...
Goto   (Built-in Mathematica Symbol)
Goto[tag] scans for Label[tag], and transfers control to that point.
DefaultNewCellStyle   (Built-in Mathematica Symbol)
DefaultNewCellStyle is a notebook option which specifies the default style to use for new cells created in the notebook.
NotebookBrowseDirectory   (Built-in Mathematica Symbol)
NotebookBrowseDirectory is a global option that determines the current working directory.
Condition   (Built-in Mathematica Symbol)
patt /; test is a pattern which matches only if the evaluation of test yields True. lhs :> rhs /; test represents a rule which applies only if the evaluation of test yields ...
PatternTest   (Built-in Mathematica Symbol)
p?test is a pattern object that stands for any expression which matches p, and on which the application of test gives True.
1|2|3|4 ... 208 Next

...