List

From MiniScript Wiki
Revision as of 22:08, 1 November 2020 by JoeStrout (talk | contribs)
Jump to navigation Jump to search

list is one of the core data types in MiniScript.

A list is mutable, ordered sequence of values. A list literal is defined by a comma-separated series of values enclosed in square brackets.

See also List Methods.


This article is a stub. You can help the MiniScript Wiki by expanding it.