Expressions in Mathematica can be represented as strings in a variety of ways, for display, export, or processing. Mathematica provides powerful functions for formatting ...
Because of its unified symbolic architecture, Mathematica provides powerful capabilities for creating layouts, both interactively and programmatically, and containing ...
Appearance is an option for displayed objects such as Button and Slider that specifies the general type of appearance they should have.
CharacterEncoding is an option for input and output functions which specifies what raw character encoding should be used.
x-- decreases the value of x by 1, returning the old value of x.
EmitSound[snd] emits the sound snd when evaluated. EmitSound[{snd_1, snd_2, ...}] emits each of the sounds snd_i in sequence.
x++ increases the value of x by 1, returning the old value of x.
LimitsPositioning is an option for UnderoverscriptBox and related boxes that specifies whether to change the positioning of underscripts and overscripts in the way ...
LinebreakAdjustments is an option for selections that sets parameters used for calculating where automatic line breaks should be inserted.
LinkReadyQ[link] tests whether there is an expression ready to read from the specified MathLink connection. LinkReadyQ[link, t] waits for up to t seconds to see if an ...