1 2 3 4 5 6 7
fn putnumln(n: int) -> void = do putnum(n); putchar('\n'); end in fn one() -> int = 1 in (one() + 2).putnumln