https://bugs.winehq.org/show_bug.cgi?id=55502 Bug ID: 55502 Summary: Sub argument name clash with global const Product: Wine Version: 8.13 Hardware: arm OS: Mac OS X Status: UNCONFIRMED Severity: normal Priority: P2 Component: vbscript Assignee: wine-bugs(a)winehq.org Reporter: francisdb(a)gmail.com Public Sub Show(value) WScript.Echo value End Sub Show 42 ' with this line commented 42 is printed ' with this line uncommented 1 is not printed Const Value = 1 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.