DOCUMENTATION CENTER SEARCH
Mathematica
>
Built-in
Mathematica
Symbol
Messages
Mathematica Sessions
Tutorials »
General
General
is a symbol to which general system messages are attached.
MORE INFORMATION
When you refer to a message with name
s
::
tag
in
On
or
Off
, the text of the message is obtained from
General::
tag
if no specific message named
s
::
tag
exists.
EXAMPLES
CLOSE ALL
Basic Examples
(2)
Define a general message:
In[1]:=
In[2]:=
Define a function that uses the system message when there are too many arguments:
In[1]:=
In[2]:=
Out[2]=
This is the same as what a system function like
Sin
does:
In[3]:=
Out[3]=
The text is in
General::argx
:
In[4]:=
Out[4]=
TUTORIALS
Messages
Mathematica
Sessions
New in 1
© 2008 Wolfram Research, Inc.