Do it by pooq

m:-readln(X),\+length(X,0),(append(X,Y,[1,2,3,4,5,6,'Do it!!']),concat_atom(Y,' ',Z);Z='Miss...'),!,writeln(Z),m.

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

download

return to the top page