Triangle ASCII art by clock

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

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

download

return to the top page