in reply to Re: What is the difference between a Statement and an Expression?
in thread What is the difference between a Statement and an Expression?
You can have a subexpression, but there is not such thing as a "sub-statement".And then you give an example of a statement:
if ($foo) { print "True\n" } else { print "False\n" }What's the print "True\n" then? Is that not a statement?
|
|---|