https://bugs.winehq.org/show_bug.cgi?id=54978
Bug ID: 54978 Summary: vbscript fails to compile Sub when End Sub on same line Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: vbscript Assignee: wine-bugs@winehq.org Reporter: francisdb@gmail.com Distribution: ---
Sub Sw35_UnHit()Controller.Switch(35)=0: End Sub
has to be changed to
Sub Sw35_UnHit() Controller.Switch(35)=0 End Sub
to work
see also Bug 53873