boojay
boojay copied to clipboard
String Addition not overloaded
a = "ONE " + "TWO"
generates a compiler error:
C:\Users\James\Projects\Boogie\boojay\src\Boojay.Boogie\TestBoo.boo(9,18): BCE0055: Internal compiler error: bindingFor(node)
failed to match System.String op_Addition(System.String, System.String)
.