Fill in the blanks by clock

 A =INPUT
L S =S INPUT CHAR(10) :S(L)
 C "_" =SUBSTR(A,N =N + 1,1)
 R =R C
 S ? LEN(1) . C RTAB(0) . S :S(L)
 OUTPUT =R
END

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

download

return to the top page