Brainmulti

From Esolang
Jump to navigation Jump to search

Brainmulti has 12 commands.

Commands

> pointer north
< pointer south
^ pointer west
v pointer east
o pointer up
O pointer down
+ increment cell at pointer
- decrement cell at pointer
. output cell at pointer ASCII
, input cell at pointer ASCII
[ you know what it is
] you know what it is

Kiwiscript

++++++++++[v++++++++++^-]>+++++++[^+v-]^.--.++++++++++++++.--------------.

66666666 box

++++++[>+^+<+o+>+v+<+O-]++++++

BF equivalents

Caption text
BM BF
> >>>>>>>>>>>>>>>>>>
< <<<<<<<<<<<<<<<<<<
^ >>>>>>>
v <<<<<<<
o >>
O <<
- -
+ +
. .
, ,
[ [
] ]

There are bugs, I just use prime numbers to mostly avoid them.