Difference between revisions of "List"
Jump to navigation
Jump to search
m |
m |
||
Line 1: | Line 1: | ||
<c>list</c> is one of the core [[:Category:Data Types|data types]] in MiniScript. | <c>list</c> is one of the core [[:Category:Data Types|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]]. | ||
[[Category:Language]] | [[Category:Language]] |
Revision as of 22:08, 1 November 2020
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.