quote box by SaWey

<?$s=str_split(' "\'{[:\$%`#.@?*-',1);for($i=$a=1;$i<16;$i++){$z='';for($b=1;$b<$i;$b++)$z.=$s[$b];$q[]=$z.str_repeat($s[($i<15)?$i:30-$i],(50-2*$i)).strrev($z);}echo ($f=implode("\n",$q))."\n".substr(strrev($f),49);

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

download

return to the top page