int i;for i=1to 300{if i/10 mod 10==3or i mod 10==3or i mod 3<1{print"aho";}else{print i;}}
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page