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.

RBN

From Esolang
Jump to navigation Jump to search

RBN (not an acronym for anything) is an esolang made by User:↑.

Commands

X > Y adds X to Y.

X = Y sets X to Y.

Truth machine

A = IN
B = A
C = A
C > B
7 > B
IP = B
0 > OUT
IP = END
1 > OUT
IP = 9

Fibonacci

Non-Nth fibonacci, which generates all Fibonacci numbers

A = 0
B = 1
A > OUT
B > OUT
C = B
A > B
A = C
B > OUT
IP = 5

See also