BrainFuckmore
Jump to navigation
Jump to search
Inspired by BrainFuck
Bytes
There are 65536 bytes
255 is the maximum number that a byte can hold
All commands :
< > + -
. n, a, n; a;
//n=numerical input and a=ASCII input //and “;” is a not waiting “,”
?{condition}() !{time}() !() []
//?{}()=if , !{}()=loop for ms and !()=loop forever
condition works like this :
val_conditioncommand_val
Conditioncommands:b s e e!
d() :d
//just define sg and call sg
All commands:19
< > + -
. n, a, n; a;
?{}() !{}() !() []
b s e e! _
d() :d
New ones:12
a, n; a; ?{}() !{}() !() b s e e! _ d() :d