void main() { String str = "Hello"; str = str + " World!"; print(str); }