Fill Alternating Layers by AndoDaan

f=0 while""do i=io.read(1)if f==0 then o=i else o="*"end if i:match("[()]") then f=(f+1)%2 o=i end io.write(o)end\x0d

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

download

return to the top page