Y
Hacker News
new
|
ask
|
show
|
jobs
by
dalemyers
2265 days ago
You can even take it a step further:
if ($foo == 123) { do1(); } if ($foo == 123 || $foo == 23) { do2(); } do3();