top | item 6943379

(no title)

meatcar | 12 years ago

Or

    if (a && b && c) {
        // Do something.
    }

discuss

order

jhaywood|12 years ago

Unless they actually are a VB programmer and And doesn't short circuit.

joeframbach|12 years ago

`AndAlso` short circuits.

VBprogrammer|12 years ago

Yes, the that was a very simple example.

Double_Cast|12 years ago

iirc, robotics commonly uses something similar called ladder logic.