What do square brackets mean in JMP/JSL?
I have, in a loop:to_update = dt << get rows where (num(dt:Number) == ID);
write(to_update);
giving...
[199, 200]
...
[209, 210]
...
What do square brackets mean, therefore?