import church.lang.Array; void: main(String[]: args) = { a = createArray(5, i −> i * 2); output << a << "\n"; }