Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Core Language > Expressions > Expression Structure >
Atomic Elements of Expressions
All expressions in Mathematica are ultimately built from a small number of distinct types of atomic elements.
AtomQ test whether an expression is an atom
Head find the head of any expression, including an atom
    
Symbol the head of a symbol; create a symbol from a name
SymbolName  ▪ Context  ▪ Remove  ▪ Names  ▪ NameQ  ▪ ...
    
String the head of a string
StringQ  ▪ Characters  ▪ ToCharacterCode  ▪ StringLength  ▪ ToExpression  ▪ ...
    
Integer  ▪ Real  ▪ Rational  ▪ Complex
NumberQ test for a number of any type
TUTORIALS:
MORE ABOUT
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team