The way modules work in Mathematica is basically very simple. Every time any module is used, a new symbol is created to represent each of its local variables. The new symbol ...
Widgets created within a user interface definition can be named and registered in an object registry for easy lookup reference by script code and other widgets. Complete ...
lhs :> rhs or lhs :> rhs represents a rule that transforms lhs to rhs, evaluating rhs only after the rule is used.
Much of what Mathematica does revolves around manipulating structured expressions. But you can also use Mathematica as a system for handling unstructured strings of text. ...
HTML
(Mathematica Import/Export Format) Registered MIME type: text/html HTML markup language and file format. Predominant language for the creation of web pages. HTML is an acronym derived from Hypertext Markup ...
EvaluationMonitor is an option for various numerical computation and plotting functions that gives an expression to evaluate whenever functions derived from the input are ...
CharacterEncodingsPath is a global option that specifies which directories are searched for character encoding files.
PDF
(Mathematica Import/Export Format) MIME type: application/pdf Adobe Acrobat format. Standard format for exchanging and archiving multi-page documents. PDF is an acronym for Portable Document Format. Binary ...
NestWhile[f, expr, test] starts with expr, then repeatedly applies f until applying test to the result no longer yields True. NestWhile[f, expr, test, m] supplies the most ...
In any interactive session, Mathematica effectively operates in a loop. It waits for your input, processes the input, prints the result, then goes back to waiting for input ...