fn main() { for index, mut value in s.statements { println('Hello ${index} ${value}') } }