Next: , Previous: Strings, Up: Language


2.4 Lists

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.