assume I have a 3-element array like this:
A = [1, 2, 3]
How can I convert it to:
B = [1; 2; 3]
in Julia?