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@winehq.org Reporter: francisdb@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