Y
Hacker News
new
|
ask
|
show
|
jobs
by
meatcar
4563 days ago
Or
if (a && b && c) { // Do something. }
3 comments
jhaywood
4563 days ago
Unless they actually are a VB programmer and And doesn't short circuit.
link
joeframbach
4563 days ago
`AndAlso` short circuits.
link
jhaywood
4563 days ago
Fantastic! If only I could write Excel macros in vb.net
link
VBprogrammer
4563 days ago
Yes, the that was a very simple example.
link
Double_Cast
4563 days ago
iirc, robotics commonly uses something similar called ladder logic.
link