Draw a cuboid: Difference between revisions

changed "Ascii Art" header section into a sub-section of the Julia language, changed spelling of "Ascii".
(changed "Ascii Art" header section into a sub-section of the Julia language, changed spelling of "Ascii".)
Line 1,214:
 
=={{header|Julia}}==
=== AsciiASCII Art ===
{{works with|Julia|0.6}}
{{trans|Python}}
{{works with|Julia|0.6}}
 
<lang julia>_pr(t::Dict, x::Int, y::Int, z::Int) = join((rstrip(join(t[(n, m)] for n in range(0, 3+x+z))) for m in reverse(range(0, 3+y+z))), "\n")