A literal is a constant value described by the direct insertion of it’s data by code.
There are multiple different types of literals, each with their own type and syntax.
Literal ::= Integer | Float | String | Symbol | Boolean | Null
Integer
Float
String
Symbol
Boolean
Null