|
|
|
|
|
by DaiPlusPlus
1901 days ago
|
|
I'd prefer it to fail rather than overload the `+` operator for unrelated types. VB gets few things right, but of the things it does get right: using the `&` operator for string concatenation makes far more sense than overloading `+`. |
|