This website requires JavaScript.
Explore
Help
Sign In
Sara
/
godot-module-template
forked from
Hertog/godot-module-template
Watch
1
Star
0
Fork
You've already forked godot-module-template
0
Code
Pull Requests
Activity
ee00efde1f
godot-module-template
/
engine
/
modules
/
gdscript
/
tests
/
scripts
/
parser
/
features
/
concatenation.gd
5 lines
79 B
GDScript
Raw
Blame
History
func
test
(
)
:
print
(
20
+
20
)
print
(
"
hello
"
+
"
world
"
)
print
(
[
1
,
2
]
+
[
3
,
4
]
)
View Git Blame
Copy Permalink