Let's say I want an array and each array I want to numbers in that array, like
test[1] would output [2,1] or whatever.
I KNOW I can do just shove two numbers with a delimeter like "|" and it would output "2|1" but I wanted to know if there was an official way of adding two separate numbers in one array element...