Read
(Built-in Mathematica Symbol) Read[stream] reads one expression from an input stream and returns the expression. Read[stream, type] reads one object of the specified type. Read[stream, {type_1, type_2, ...
In addition to the existing datasets that have been updated, Mathematica 8 now exposes the curated knowledge databases available from Wolfram|Alpha.
Nested lists are lists within a list; they are the principal structure for data in Mathematica and allow for high-dimension arrays and ragged datasets as well as common uses ...
$LicenseServer is a string that gives the name of the license server that is currently authorizing Mathematica to be run.
$OperatingSystem is a string giving the type of operating system under which Mathematica is being run.
"Defining Variables" discussed assignments such as x=y which set x equal to y. Here we discuss equations, which test equality. The equation x==y tests whether x is equal to ...
GetJavaException -- get the exception object thrown in the most recent Java call, JavaThrow -- throw a Java exception, $JavaExceptionHandler -- how Java exceptions are ...
Wolfram LibraryLink allows dynamic libraries to be directly loaded into the Mathematica kernel so that functions in the libraries can be immediately called from Mathematica. ...
Programming OpenCL in Mathematica is simple since the user need not write C wrapper code—which can be quite verbose, difficult to understand, and hard to debug. Using ...