Draw a cuboid: Difference between revisions

m
(Added Algol 68)
Line 205:
 
=={{header|ALGOL 68}}==
Draws a static cuboid using ASCII art - orientated in the same fashion as in the Befunge sample.<br/>
(I'm not au-fait with Befunge, so I've no idea how similar the algorithm is...)
<syntaxhighlight lang="algol68">
BEGIN # draw some cuboids using ASCII art #
3,060

edits