mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 08:01:32 +00:00
4 lines
60 B
GDScript3
4 lines
60 B
GDScript3
|
|
func test():
|
||
|
|
print("Using spaces")
|
||
|
|
print("Using tabs")
|