Show in Contents
Add to Favorites
Home: Alias Help
Declaring Variables
Data Items
Data types
Specifying Literals
A literal usage and a variable definition are
similar.
Keep the following in mind when using literals:
- Literals
are only meaningful when they are used. Afterwards they are discarded.
To use the same literal more than once, assign it to a variable.
- A literal
can contain variables and other literal values.