Triangle ASCII art by clock

procedure main()
r:=repl
every n:=|read()&write("|"||(r(" ",0to n-1)|r("_",n))||"\\"|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