Want to know what "<<" means in JSL
Hi,
What does "<<" signify in JMP scripts? I'm using JMP 17
// Get the rows associated with the current excursion label
excursion_rows = dt << Get Rows Where(dt:"Excursion Label"n == excursionLabels[i]);