This website requires JavaScript.
Explore
Help
Sign In
godotengine
/
godot
Watch
1
Star
0
Fork
You've already forked godot
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
f16c8e3759
godot
/
modules
/
gdscript
/
tests
/
scripts
/
parser
/
errors
/
missing_colon.gd
4 lines
60 B
GDScript
Raw
Blame
History
func
test
(
)
:
if
true
# Missing colon here.
print
(
"
true
"
)
Reference in New Issue
View Git Blame
Copy Permalink