|
|
| Syntactic Confectionery Delight | |
| PerlMonks |
Re^3: Zeckendorf representationby lidden (Deacon) |
| on Aug 25, 2012 at 03:59 UTC ( #989686=note: print w/ replies, xml ) | Need Help?? |
|
What do you mean by "short circuit"?It means that the part after || will only be evaluated if it is needed know the result of the operator. In the case of the or-operator the second half is redundant if the first is true, since the total will be true no matter what the second part is.
In Section
Cool Uses for Perl
|
|
||||||||||||||||||||||