ASCII Stars by kozima

(do*((n(read))(i(- n)))((=(incf i)n))(format t"~V@T~V@{*~}
"(abs i)(1-(*(- n(abs i))2))t))

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

download

return to the top page