I’m trying to understand the use of angle brackets in the syntax and their use with lists. It doesn’t make sense from the documentation. Can someone please explain it.
e.g.
a = [1, 3, 5, 7];
b = [11, 12, 13];
b<1>+a<2>;
What do these numbers in angle brackets mean and how do they work. Thanks