This website requires JavaScript.
Explore
Help
Register
Sign In
Gremlinsoft
/
godot
forked from
sascha/godot
Watch
2
Star
0
Fork
You've already forked godot
0
Code
Pull Requests
Activity
5f098d6db6
godot
/
modules
/
gdscript
/
tests
/
scripts
/
parser-errors
/
mixing-tabs-spaces.gd
4 lines
60 B
GDScript
Raw
Blame
History
func
test
(
)
:
print
(
"
Using spaces
"
)
print
(
"
Using tabs
"
)
View Git Blame
Copy Permalink