the ending brackets or else/endifs are in line with the opening ones.
I do prefer the C style as it's quicker to code and it's easy to read when you code it in that style (Similiar to PB).
Also with the example of having to type out the variable type for each keyword I'm sure in the compiler for C\C++ you can change the settings so it's not so strict and will automatically cast the variable into the standard type.
The basic syntax is okay but I think a mix of other languages combined would be so much better.
Ternary in C\C++ is great too, reduces an If/Else/EndIf block to 1 line.
I also love how in Python you can access strings as an array quickly by using string[5:9] instead of having to use Mid(string, 5, 4)
C# and Java have the nice .function/method style too which I like, but that's because it's OOP which PB will never allow



