var g = (13, 13, 14) g[0] = 12 var h: tuple[key: string, val: int] = ("foo", 100) # A sequence of key-val tuples: var i = {"foo": 12, "bar": 13}