seq by shinh

let rec f i j=i<=j&(Printf.printf"%d
"i;f(i+1)j);;Scanf.scanf"%d,%d"f

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page