Describe the bug
When I define array in GLOBAL section in configuration.st file, compiler transpiles it with missing information
To Reproduce
Steps to reproduce the behavior:
- add for example
myArrayString: ARRAY[0..10] OF STRING; in configuration.st file
- run ixc
- build the project and see errors
Expected behavior
arrays should be transpiled correctly
Screenshots
