We are currently working on new rules for what content should and shouldn't be allowed on this website, and are looking for feedback! See Esolang:2026 topicality proposal to view and give feedback on the current draft.
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