Literals are explicit numeric, character, string, or Boolean values not represented by an identifier.
Two types of numeric literals exist:
- Integer literals represent optionally signed numeric values without decimal points.
- Real literals represent optionally signed whole or fractional numbers with decimal points.