-
-
-
PLDS
@alexandros Thanks !
i didn't make my question quite clear using 0s and 1sit would be more something like this
[0 1 2] [1 2 3]
|
[route 012 123]
| /
[2] [3] -
PLDS
of course, you could use to route objects, first one to route according to the first number, and second one according to the second number. I was wondering if there was a more elegant way
-
PLDS
Hello everyone,
I was wondering if it was possible to route some lists (using the [route] object or another one) by their first two arguments.So for example :
[001] [1 0 1]
|
[route 001 010]
| ___ |
[1] ___ [0]