Write language name in 3D ASCII: Difference between revisions

Content added Content deleted
Line 2,360: Line 2,360:
_/ _/ _/ _/ _/ _/
_/ _/ _/ _/ _/ _/
</pre>
</pre>
===obfuscated===

For those of you who like this sort of thing, same output
<lang Phix>constant q = {0(30)10C,0(31)176,0(32)2A4,0(33)6N3,0(34)7GP,0(35)DWF,0(36)QC4}
puts(1,substitute_all(sprintf(join(repeat("%16b",7),"\n"),q),{" ","1","0"},{"-","_/"," "})&"\n")</lang>


=={{header|PicoLisp}}==
=={{header|PicoLisp}}==