Switch to edit mode.
1: "Internal use only." 2: {x, y} = args 3: x[1] > y[1] ? (root = y) && (branch = x) | (root = x) && (branch = y) 4: return {root[1], {@root[2], branch[1..2]}}
[home | help | who | search | setup | code]