You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a function call (or vararg) is surrounded with parentheses, only the first value will be returned, and the rest are discarded.
Currently a parenthesized function call isn't differentiated at all from a normal one in the syntax tree.
When a function call (or vararg) is surrounded with parentheses, only the first value will be returned, and the rest are discarded.
Currently a parenthesized function call isn't differentiated at all from a normal one in the syntax tree.