WolframLang: FullForm Syntax

By Xah Lee. Date: . Last updated: .

What is FullForm

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

FullForm syntax are like this:

and the head f, can also grow sequentially:

each of the f, a, b, c is a Atomic Expression.

Convert Expression to FullForm

You can type

FullForm[Hold[expr]]

to see the fully nested form of any WolframLang code.

WolframLang FullForm 2022-05-04
WolframLang InputForm and FullForm

WolframLang Syntax