On Wed Jan 8 13:21:20 2025 +0000, Jacek Caban wrote:
Yes, see `parse_script_wr` calls in `run.c`.
Somehow `parse_script_wr` works differently than what runs the `lang.vbs`
Without my compiler patch the following code does not throw in lang.vbs but in the added `test_parse_errors` parsing fails.
```vbs Sub redimSub End Sub redim redimSub(3) ```
Getting totally confused.