June 11, 2026
3:01 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. -- v4: vbscript: Report specific compile errors for trailing tokens and missing identifiers. https://gitlab.winehq.org/wine/wine/-/merge_requests/11120