1 2 3 4 5 6 7 8 9
i: number = 0 export print() { print_number(i) } export increment() { i = i + get_1() }