Data Structures
Data Structures
Keep many things in a list or give values easy-to-find names.
v0.1.0·first official release
Lists
Ordered, zero-indexed, dynamically sized, and mixed-type — a list can hold numbers, strings, other lists, and dicts together.
Open page →Dicts
String-keyed maps. Literal syntax mirrors JSON: {"key": value, ...}.
Open page →MAKO v0.1.0 · APIs are documented from the current runtime.
