FizzBuzz/EsoLang: Difference between revisions

moving FALSE
(moving Chef)
(moving FALSE)
Line 1:
{{collection|FizzBuzz}}
FizzBuzz, done in esotheric languages.
 
=={{header|Befunge}}==
Line 173:
 
=={{header|Chef}}==
This was clearly a challenge in a language without a modulus operator,
without a modulus operator,
a proper if statement except for checking if a variable is not exactly 0,
and no wayproper toif define textstatement (except 1for characterchecking atif a timevariable onis anot exactly 0), stack.
and no way to define text (except 1 character at a time on a stack).
 
<lang chef>Irish Soda Bread with Club Soda.
 
Line 363 ⟶ 365:
Put chocolate into the 1st mixing bowl.
Refrigerate.</lang>
 
=={{header|FALSE}}==
<lang false>[\$@$@\/*=]d:
[1\$3d;!["Fizz"\%0\]?$5d;!["Buzz"\%0\]?\[$.]?"
"]f:
0[$100\>][1+f;!]#%</lang>
 
=={{header|x}}==
Anonymous user