Write language name in 3D ASCII: Difference between revisions

→‎{{header|Befunge}}: Added a separate Befunge-93 implementation as the existing solution required an extended page size only supported in the less-common Befunge-98 dialect.
(→‎{{header|Befunge}}: Added a separate Befunge-93 implementation as the existing solution required an extended page size only supported in the less-common Befunge-98 dialect.)
Line 406:
 
=={{header|Befunge}}==
 
===Befunge-93===
<lang Befunge>0" &7&%h&'&%| &7&%7%&%&'&%&'&%&7&%"v
v"'%$%'%$%3$%$%7% 0%&7&%&7&(%$%'%$"<
>"%$%7%$%&%$%&'&%7%$%7%$%, '&+(%$%"v
v"+&'&%+('%$%$%'%$%$%$%$%$%$%$%'%$"<
>"(%$%$%'%$%$%( %$+(%&%$+(%&%$+(%&"v
v"(; $%$%(+$%&%(+$%$%'%$%+&%$%$%$%"<
? ";(;(+(+$%+(%&(;(3%$%&$ 7`+( ":v >
^v!:-1<\,:g7+*63%4 \/_#4:_v#:-*84_$@
$_\:,\^ >55+,$:^:$</lang>
{{out}}
<pre>
__ _____
/\ \____ ______ /\ __\ __ __ ______ ______ ______
\ \ __ \/\ __ \ \_\ \__/\ \ \ \/\ __ \/\ __ \/\ __ \
\ \ \_\ \ \ __/_/\__ _\ \ \_\ \ \ \ \ \ \ \_\ \ \ __/_
\ \_____\ \_____\/_/\ \/\ \_____\ \_\ \_\ \____ \ \_____\
\/_____/\/_____/ \ \_\ \/_____/\/_/\/_/\/\_____\/_____/
\/_/ \/_____/
</pre>
 
===Befunge-98===
Bit of a long one,but it works and it does something other than taking strings and simply copying to STDOUT.
(It adds line offset to those strings,and the strings are encoded with numbers just because.)
Anonymous user