Declarations

A declaration binds a symbolic name to a constant ground expression, an object, or a function.

Syntax

Declaration =
     ConstantDeclaration | ObjectDeclaration |
     FunctionDeclaration.
Related concepts
Named Ground Expressions
Modules