22 ms·
Or if (a && b && c) { // Do something. }
by meatcar 13y ago
Or
if (a && b && c) {
// Do something.
}
- jhaywood 13y agoUnless they actually are a VB programmer and And doesn't short circuit.
- joeframbach 13y ago`AndAlso` short circuits.
- jhaywood 13y agoFantastic! If only I could write Excel macros in vb.net
- VBprogrammer 13y agoYes, the that was a very simple example.
- Double_Cast 13y agoiirc, robotics commonly uses something similar called ladder logic.