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: 7a35bf688cfa24da34f9ddd886c7facdd20a6f2e (
plain
)
1
2
3
4
5
6
func args(a, b): print(a) print(b) func test(): args(1,2