val main : unit -> unit function main () = { foreach(i from 0 to 3) { print_int("i=", i); } }