Underload interpreter by uru

var a:string;i:word;begin
read(a);case a[3]of
^!:write(a);':':for i:=1to 120do write(':');')':for i:=1to 27do write(^8)end;end.

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

download

return to the top page