Closed giann closed 1 year ago
list[1..10] == list.sub(1,10); [int] myRange = 1..10; foreach (int i in 1..10) { | ... }