0664e975
by Francis De Brabandere at 2026-03-20T20:53:02+01:00
vbscript: Allow Const to be used before its declaration.
Pre-collect all Const declarations by walking the statement tree
before compiling, matching native behavior where constants are
visible throughout their enclosing scope.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56931