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
/
missing-paren-after-args.gd
blob: 116b0151da0573b2d97359a4aefa590aa499ad08 (
plain
)
1
2
3
4
5
6
func args(a, b): print(a) print(b) func test(): args(1,2