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
/
errors
/
array_consecutive_commas.gd
blob: b45f99fdd048b9da93a3ea8634726ac01e15e161 (
plain
)
1
2
3
func test(): # Arrays with consecutive commas are not allowed. var array = ["arrays",,,,]