Concatenate multiple group objects into a single one.
fout=cat(fem,fem2[,fem3][,fem4][,...]['silent'])
CAT will concatenate the supplied groups into a single one. Each GROUP supplied must be a scalar group object. Duplicate entities will be ignored with a warning.
Passing in 'silent' will suppress output.