Email or username:

Password:

Forgot your password?
Top-level
s-ol

@neauoire
is this because (if cond a b) = (select cond ...)?

1 comment
Devil Lu Linvega

@s_ol yep, in other words because of the K combinator(True) which picks item at the top of the list at index 0, and KI(False) which picks the next item at index 1.

Go Up