MRMCD12 every other char by m.ukai

let rec(@)i s=print_char s.[i];i+2@s;;0@read_line()

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

download

return to the top page