Wolfram: FullForm Syntax

By Xah Lee. Date: . Last updated: .

What is FullForm

WolframLang has a purely nested syntax, called FullForm, similar to lisp nested parenthesis.

FullForm syntax looks like this:

each of the head a, b, etc, can also be one of the above form.

this means, the following expressions with nested Head are also full form, but less commonly seen.

Convert Expression to FullForm

You can type

FullForm[Hold[expr]]

to see the fully nested form of any WolframLang code.

WolframScript FullForm 2025-08-19 1fdf7
WolframScript FullForm 2025-08-19 1fdf7
WolframLang FullForm 2022-05-04
WolframLang InputForm and FullForm

Wolfram. Syntax