Template:Bfequiv

From Esolang
Jump to navigation Jump to search
Commands in {{{langname}}}
{{{langname}}} brainfuck
{{{add}}} +
{{{sub}}} -
{{{left}}} <
{{{right}}} >
{{{in}}} ,
{{{out}}} .
{{{loop}}} [
{{{eloop}}} ]


Usage

A command table for a brainfuck equivalent language. For example:

{{bfequiv|langname=Alphuck|add=e|sub=i|left=c|right=a|in=o|out=j|loop=p|eloop=s}}

gives you:

Commands in Alphuck
Alphuck brainfuck
e +
i -
c <
a >
o ,
j .
p [
s ]

Note that the page Alphuck actually doesn't use this template