If you do if (a && b) and a is false, wil...
# suitescript
k
If you do if (a && b) and a is false, will it evaluate b, or does it stop at the first false value?