Triangle ASCII art by twobit

while""do
a=io.read()r=a.rep
for i=0,a do
print("|"..r(i<a*1 and" "or"_",i).."\\")end
print(r("*",32))end

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

download

return to the top page