language.types · type ·
list of T
An ordered, growable collection of values of type T, such as an inventory.
A focused reference with a complete example. Numeric widths and experimental types still depend on the selected backend.
list of TStatus: documented
Complete lists example
Use a list when order and duplicates matter.
cpu · language · type checked
list of text inventory = ["map", "torch"]
inventory.Add("key")
for item in inventory { Console.Log(item) }
project.mech
manifestVersion = "2"
package = "api.example.language__lists"
version = "0.1.0"
languageEdition = "yeho-core-2026.1"
[app]
kind = "headless"
Notes and source
demonhunterlabs/app/lib/yeho-language-reference.ts