String constant concatenation as in C, Python etc would be nice:
echo "this and " "that" Run
echo "this and " "that"
It's a misfeature in C and Python:
char** arr = {"list" "of", "strings"}; // uncaught typo Run
char** arr = {"list" "of", "strings"}; // uncaught typo