#24. I Combinator

Note

Following documentation is a cooperative result combined from our Discord chat. Thanks to everyone who helped!

Image

This image was produced from the twenty-fourth radio transmission using previously contributed code.

Interpretation

i(x) = x

Decoded

i
ap i x0   =   x0
ap i 1   =   1
ap i i   =   i
ap i add   =   add
ap i ap add 1   =   ap add 1
...