I know I have read about this, but I have forgotten.
I have an abstraction with an array (array1),
but I want to use multiple instances of that abstraction in my main patch,
and that gives me a warning about array1: mutiply defined
How do I do automatic naming or how to I hide array1 from the instances, so that it does not get confused?