f() = do let a = [] for (i from 0 to 10000000) a.append(i) term.log("start") f() term.log("end") input()