<@U13A9PZC0> `x to y` is the same as `Pair(x, y)`....
# tornadofx
e
@gtnarg
x to y
is the same as
Pair(x, y)
. Pair is a Tuple. So you basically send in one or more tuples of parameters, and it gets converted to a Map.