June 11, 2026
7:52 a.m.
Native VBScript treats a dot directly followed by a digit as the start of a numeric literal even right after an identifier or closing bracket, so obj.Method.5 parses as a call with argument 0.5. -- v2: vbscript: Report more specific compile error codes. https://gitlab.winehq.org/wine/wine/-/merge_requests/11120