Book a Demo!
Store
Features
Docs
Share
Support
News
About
Policies
Sign Up
Sign In
godotengine
Edit Copy
Star
GitHub Repository:
godotengine/godot
Path:
blob/master/modules/gdscript/tests/scripts/parser/features/concatenation.gd
1
0
2
8
5
views
func test(): print(20 + 20) print("hello" + "world") print([1, 2] + [3, 4])