func test(): print(true + true) print({"hello": "world"} + {"godot": "engine"}) print("hello" + ["world"])