© 2026 Hedgehog Software, LLC
var l: List[Int] = List[Int]() l.append(1) var ind: UInt32 = 0 print(l[ind])
ind