https://bugs.winehq.org/show_bug.cgi?id=55931
--- Comment #4 from Jason Millard jsm174@gmail.com --- (In reply to Nikolay Sivov from comment #3)
It depends on how it works, we are not testing that initial value is preserved or not.
Okay, I just tested this:
Dim h_score : h_score = empty Dim temp : temp = 5 temp = h_score MOD 100000 WScript.echo "Temp " & temp
This still outputs
Temp 0