Regardless if we do: println(str(seq3_1_10));
or just println(seq3_1_10);
, it won’t change the contents of seq3_1_10[]!
It’s just a style of displaying/viewing what’s inside an array!
Callback setup() merely contains a sample code of how to use the actual repeatIntSeq() main function.