alternating case lines by pooq

a=readLines("stdin")
for(i in 1:14*2)write(c(toupper(a[i-1]),tolower(a[i])),"",1)

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

download

return to the top page