Hacker News new | ask | show | jobs
by shawndumas 4860 days ago
You are correct; 'And' and 'Or' do not short circuit. You have to use 'AndAlso' and 'OrElse' if you want short circuiting.