This adds support for having lists in redim statements.
Dim x, y Redim x(20), y(30)
Fixes https://bugs.winehq.org/show_bug.cgi?id=53782