[Bro] Combining Vectors

Dave Crawford bro at pingtrip.com
Wed Apr 19 11:24:17 PDT 2017


Is there a built-in for combining two vectors, or is a for loop the approach? 

As an example:

vec1 = vector( 1, 2, 3 );
vec2 = vector( 4, 5, 6 );

...Magic happens here... 

vec3 = (1,2,3,4,5,6)


-Dave


More information about the Bro mailing list