f(m,s):=if(m>0)then sum((printf(?t,"~a~a ",s,i),f(m-1,concat(" ",s,i,"."))),i,1,3);f(?read(),"");
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page