1 2 3 4 5 6 7 8 9
@(collect) --- scanner @s --- @ (collect :vars (p)) @x,@y,@z @ (bind p @(vec (toint x) (toint y) (toint z))) @ (until) @ (end) @(end)