This website requires JavaScript.
Explore
Help
Sign In
godotengine
/
godot
mirror of
https://github.com/godotengine/godot
Watch
1
Star
0
Fork
You've already forked godot
0
Code
200d9a734c
godot
/
modules
/
gdscript
/
tests
/
scripts
/
parser-errors
/
missing-paren-after-args.gd
7 lines
70 B
GDScript
Raw
Blame
History
func
args
(
a
,
b
)
:
print
(
a
)
print
(
b
)
func
test
(
)
:
args
(
1
,
2
View Git Blame
Copy Permalink