FizzBuzz/EsoLang: Difference between revisions

Content added Content deleted
(FizzBuzz en Piet)
(→‎{{header|AsciiDots}}: syntaxhighlight)
Line 6: Line 6:


Infinite loop:
Infinite loop:
<lang asciidots>
<syntaxhighlight lang="asciidots">
.-#1--\
.-#1--\
|
|
Line 23: Line 23:
| \--/ \--{+}--/ |
| \--/ \--{+}--/ |
\---------------------------------------/
\---------------------------------------/
</syntaxhighlight>
</lang>


Based on above, but simplified and it stops :)
Based on above, but simplified and it stops :)
<lang asciidots>
<syntaxhighlight lang="asciidots">
%!for_in_range.dots f
%!for_in_range.dots f


Line 45: Line 45:
\-#101-+/
\-#101-+/
|
|
</syntaxhighlight>
</lang>


=={{header|beeswax}}==
=={{header|beeswax}}==