Jump to content

Write language name in 3D ASCII: Difference between revisions

Added Brainf*** version
(Added PureBasic example.)
(Added Brainf*** version)
Line 479:
 
</pre>
 
 
=={{header|Brainf***}}==
Quite grateful for the censoring on this one, doing it in full could easily have taken twice as much work. (In case you can't tell, the small plus signs are mostly done with loops.)
<lang bf>++++[>++++>++<[>>++>+++>++++++> ++++++<<<<<-]<-]>>++>..>->---->
-...[<]<+++[>++++[>>...<<-]<-]> >>..>>>.....<<<..>>>...[<]++[>>
.....>>>...<<<<<-]>.>.>.>.<<..> >.[<]<+++++[>++++[>>.<<-]<-]>>>
..>>>...[<]+++++[>>..<<-]+++>>. >.<..>>>...<.[[>]<.<.<<..>>.>..
<<<.<<-]+++>.>.>>.<<.>>.<<..>>. >....<<<.>>>...<<<..>>>...<<<.>
>>......<<.>.>..<.<<..>>>..<<<. .>>>....<.<<..>>.>..<<.[[>]<<.>
..<<<...>>>.<.<<<<-]+++>.>..>>. <<.>>.<<...>>>..<<<.>>..<<..>>.
<.<.>>>..<..>...<<<...>>.<<.>>> .<<.>>.<<.<..>>.<.<.>>>.<<<..>>
.>.<<<...>>>..<.>.<<.>.>..<.<.. >>.<<.>.>..<.<..>>.<<.>.>..<.<.
<<.>...>>.<<.>>.<<..>>.<.>.<<.> >..<<...>.>>..<<..>>...<.<<...>
>..<<..>>..<<...>.<.>>.<<..>>.. <<..>>.>.<<.<[[>]<<<<.>>.<.>>..
<<.<..<<-]>.>....>>.<<.>>.<<..> >.>.<.<<.>>..<<..>>.<<...>.>.<<
..>>>.<<<....>>..<<..>>..<<..>> ..<<.>>.<<..>>..<<..>>.<<<.>...
..>>.<<.>>.>......<..>..<.<<..> >.<<.>>.>...<<.>.>..<..>..<..>.
.<..<<.>>.>..<..>..<.<<<.>..... .>>.<.>>......<<..>>..<<.<...>>
.<.>>..<<.>.<.>>..<<..>>..<<..> >..<<.<.>>.<.>>..<<..>>..<<.<<.</lang>
{{out}}
<pre>
___ _____ ___ ___ ___
/\ \ ___ / ___\_\ \__ _\ \__ _\ \__
\ \ \____ ___ ___ ______/\__\ __ ____\ \__/\__ _\\__ _\\__ _\
\ \ __ \\ \/ __\\___ \ _/_/ \/ _ \_ __\_/\__\//_/\__\//_/\__\/
\ \ \/\ \\ /__//___\ \\ \\ / \ \\ \_/ \/__/ \/__/ \/__/
\ \ \_\ \\ \ /\ _ \\ \\ \\ \ \\ \
\ \______\\__\ \ \___/\__\\__\\__\\ \__\\__\
\/______//__/ \/__/\/__//__//__/ \/__//__/
</pre>
 
 
=={{header|C}}==
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.