import church.lang.Array; void: main(String[]: args) = { oneOrTheOther = if true then [1, 2, 3] else []; output << oneOrTheOther << "\n"; }