Do it HYPER by chocobi

L T =INPUT ' ' :F()
 S ='1 2 3 4 5 6 '
 O =''
M (EQ(ORD(S),ORD(T)) ((O =O '  ') (T =SUBSTR(T,3))),(O =O SUBSTR(S,1,2)))
 S =SUBSTR(S,3) :S(M)
 OUTPUT =(LNE(T,'') 'POOR',O 'Do it!!') :(L)
END

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

download

return to the top page