|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
$FrontEnd
$FrontEnd
is a global variable that specifies to what front end object, if any, the kernel is currently connected.
DetailsDetails
- $FrontEnd is either a
, or Null. - You can use Options, SetOptions, and CurrentValue on $FrontEnd to read and set global options for the front end.
- Options set for $FrontEnd are by default stored in the front end init.m file, and are persistent between front end sessions.
ExamplesExamplesopen allclose all
Basic Examples (1)Basic Examples (1)
Typical value when using the notebook interface:
| In[1]:= |
| Out[1]= |
New in 3
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
