Bugfixes
- #1186: Code export of C-Style variable initialisations to C++, C#, Java, and Javascript was defective (actual initialisation missing).
- #1187: Analyser unduly decried C-style array declarations.
- #1188: Export of C-style array declarations to BASIC, PHP, and BASIC was wrong. BASIC array declarations were defective.
- #1189: Pascal, Oberon, and Python export of Java-style array declarations were defective (element type instead of variable name).
- #1190: Includables are now involved in BASIC export, recursive check for indirectly included declarations (effective for all languages).
Nested initialiser expressions are now recursively resolved.