Next: Booleans, Previous: Strings, Up: Language
Lists are special in Enigma. They are used a lot, but unlike eg. numbers and strings they cannot be defined in their own syntax. When one writes this:
123 "witch" = lst;
..one creates a list. Lists can be nested.