Do it ANOTHER by chocobi

L S =INPUT :F()
 T =INPUT
 C =''
M C =C (NE(ORD(S),48) '-',(NE(ORD(T),48) '_',' '))
 OUTPUT =EQ(SIZE(S),1) C :S(L)
 S =SUBSTR(S,2)
 T =SUBSTR(T,2) :(M)
END

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

download

return to the top page