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
/
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