|
|
|
|
|
by stackthat
5729 days ago
|
|
switch in C syntax is terrible implemented, VB done this one so much better. That's one of the reasons why switch is not that popular in C languages (people tend to do crazy if-then-else stuff) and so popular in VB, most devs tries to use select where possible. |
|