S =INPUT L OUTPUT =N =(EQ(C =ORD(S),43) N + 1,(EQ(C,47) N / 2,(EQ(C,94) N * N))) :F() S =SUBSTR(S,2) :(L) END
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page