DocumentationMathematicaBuilt-in FunctionsProgrammingExpression Structure
Head
Head[expr] gives the head of expr.
Examples: Head[f[x]] ; Head[a + b] ; Head[4] ; Head[x] . See Section 2.1.1 and Section 2.1.1. New in Version 1.
Further Examples