in reply to Re: Re: print (...) interpreted as function
in thread print (...) interpreted as function

When I say printf "%d", (3+4)*2 is more readable, I meant the code itself. The output of print (3+4)*2 is certainly incorrect.

I like the print +(3+4)*2 version. Yes! the magical '+' can certainly be used here.

  • Comment on Re: Re: Re: print (...) interpreted as function