https://issues.apache.org/ooo/show_bug.cgi?id=120069
bmarcelly <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from bmarcelly <[email protected]> --- It also works correctly if you are consistent in _not_ declaring types: Sub Test x=-1 in_out x print x REM prints 13 End Sub Sub in_out(x) x=13 End Sub IMHO the origin is same as described in Bug 64746 (classified as WONTFIX). It is not a regression of 3.3 or 3.4, but a much older regression. -- You are receiving this mail because: You are the assignee for the bug.
