I'm not sure how big of a deal this is to the community at large, but when I am translating code from a language like Swift that allows the + sign to be used to concatenate strings, the B4A compiler allows it, but then it blows up in runtime since the & character should be used. I tend to use a lot of string concatenation and so this is a big time waster for me that could be easily caught by the compiler (I think). Not a gotta have, but it would be nice...