Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica >
Built-in Mathematica Symbol|Tutorials »

General

General
is a symbol to which general system messages are attached.
  • 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.
Define a general message:
Define a function that uses the system message when there are too many arguments:
This is the same as what a system function like Sin does:
The text is in General::argx:
Define a general message:
In[1]:=
Click for copyable input
 
Define a function that uses the system message when there are too many arguments:
In[1]:=
Click for copyable input
In[2]:=
Click for copyable input
Out[2]=
This is the same as what a system function like Sin does:
In[3]:=
Click for copyable input
Out[3]=
The text is in General::argx:
In[4]:=
Click for copyable input
Out[4]=
New in 1
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team