Like:
0 = no output
N = station number
each number represents a combinator (except for 0 that means no output from that combinator)
1 2 3 returns 1
0 2 3 returns 2
0 0 3 returns 3
0 2 0 returns 2
But I don't know how to do it with decider combinator, any help?
