When defining a Structure, a new linked list or an array (with Dim()) inside a Procedure it is defined as Global by default.
I request for an option, perhaps something like Local prefix to define it and use for valid only inside the procedure.
Might be using a separate stack mem for each defined procedure