s_1 ~~ s_2 ~~ ... or StringExpression[s_1, s_2, ...] represents a sequence of strings and symbolic string objects s_i.
ScheduledTaskObject[id, expr, spec, ...] is a task object specifying future evaluation of expr according to spec.
False
(Built-in Mathematica Symbol) False is the symbol for the Boolean value false.
Version 8.0 introduces new features to load functions from shared libraries, giving a new way to incorporate external code into Mathematica. It also adds support for GPU ...
expr_1; expr_2; ... evaluates the expr_i in turn, giving the last one as the result.
Mathematica supports a large collection of relational operator characters, each of which can also be used as an element of Mathematica syntax, representing a formal operator ...
GridCreationSettings -> {opt_1 -> val_1, opt_2 -> val_2, ...} is a global option that specifies settings for the Create Table/Matrix dialog.
AutoSpacing is an option for Style and Cell that specifies whether spaces between successive characters should be adjusted automatically.
WindowMovable is a notebook option that specifies whether to allow the window for the notebook to be moved around interactively on the screen.
CUDALink allows Mathematica to use the CUDA parallel computing architecture on Graphical Processing Units (GPUs). It contains functions that use CUDA-enabled GPUs to boost ...