is the same asprint $foo ? "True\n" : "False\n";
See do.print do { if ($foo) { "True\n" } else { "False\n" } };
In reply to Re: Re: What is the difference between a Statement and an Expression?
by premchai21
in thread What is the difference between a Statement and an Expression?
by supernewbie
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |