index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
gdscript
/
tests
/
scripts
/
parser
/
features
/
concatenation.gd
blob: e8335c982337d0684536c33e36096b2b4534a8a1 (
plain
)
1
2
3
4
func test(): print(20 + 20) print("hello" + "world") print([1, 2] + [3, 4])