alternating case lines by pooq

for i=1to 28line input""a$
a$=lower$(a$)
if mod(i,2)a$=upper$(a$)
?a$next

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

download

return to the top page