Mathematica can connect to many outside programs. You can use Mathematica 's rich programming language to read and write to other supported programming languages. Mathematica ...
CForm
(Built-in Mathematica Symbol) CForm[expr] prints as a C language version of expr.
Definition[symbol] prints as the definitions given for a symbol.
ItemSize is an option for Grid, Column, and related constructs that specifies the sizes to allow for items.
Options
(Built-in Mathematica Symbol) Options[symbol] gives the list of default options assigned to a symbol. Options[expr] gives the options explicitly specified in a particular expression such as a graphics ...
ProgressIndicator[x] represents a progress indicator with setting x in the range 0 to 1. ProgressIndicator[Dynamic[x]] takes the setting to be the dynamically updated current ...
JavaBlock[expr] causes all new Java objects returned to Mathematica during the evaluation of expr to be released when expr finishes. It is an error to refer to such an object ...
LoadJavaClass[classname] loads the specified class into Java and sets up definitions so that it can be used from Mathematica.
NETBlock[expr] causes all new .NET objects returned to Mathematica during the evaluation of expr to be released when expr finishes.