Literals are items that are constant throughout the life of the application. Literals include numeric, imaginary, characters,
strings, logicals, and Other (NaN/Inf).
OML language scripts manipulate data through variables. Variables are referred to by their name (alphanumeric) and can be created
(assigned) and deleted as described in this section.