57
edits
| Lukas Rypl (talk | contribs)  m (Added category) | |||
| Line 498: | Line 498: | ||
| Without short-circuit evaluation, trim(x) would cause run-time error if x is null. Also, long running function will only be called if condition (trim(x) == "abc") will be false. | Without short-circuit evaluation, trim(x) would cause run-time error if x is null. Also, long running function will only be called if condition (trim(x) == "abc") will be false. | ||
| [[Category:Scripting Guide]] | |||
edits