Variables and Assignments

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.

Variables handle all the data types and can optionally be declared as global or persistent.