Why don’t functions generate warnings in void context in assignment statements?
The following code will generate a warning. (The reason is because you need to wrap the 1,2,3
in parens).
The following code will generate a warning. (The reason is because you need to wrap the 1,2,3
in parens).