Getting Started

The List

Like in other stack-based languages, Otomescript has a list of values which can be modified using words.

Example:

1 2 3
# The list: 1, 2, 3
clear
# The list is empty.
"One line" "Second Line"
# The list: "One line", "Second Line"

Common Problems

Further Reading