ALWCIDFEC

From Esolang
Jump to navigation Jump to search

ALWCIDFEC(A Language Where Commands Is Different For Each Cell) is variant of 3-cell BF, where as it says in title, commands are different for each cell you use.

Instructions

BF For cell 1 For cell 2 For cell 3
+ + * 4
- - / 1
[ [ ( {
] ] ) }

Examples

Infinite loop

Cell 1:

+[]

Cell 2:

*()

Cell 3:

4{}

Adding numbers

Set cell 1 to sum of 4 and 2

++++**(+/)

External resources

interpreter in Scratch