in reply to print (...) interpreted as function
Since this can happen with other functions wouldn't it better to add the warning to other functions rather than take it off of "print" and "printf"?Fair and square, but this unintentional parsing can happen with all functions taking a list as argument, not j +ust print. However, only 'print' and 'printf' can have this warning trigge +red, with other functions are save.
|
|---|