in reply to Re^5: false warning: print (...) interpreted as function
in thread false warning: print (...) interpreted as function
Only if the statement completed by the semicolon is a complete and unambiguously correct print statement:
print ((1)), 1;; print (...) interpreted as function at 1
|
|---|