#21. True (K 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-first radio transmission using previously contributed code.

Interpretation

Decoded as t, because it has a meaning of boolean True.

Decoded

t
ap ap t x0 x1   =   x0
ap ap t 1 5   =   1
ap ap t t i   =   t
ap ap t t ap inc 5   =   t
ap ap t ap inc 5 t   =   6
...