1
0
Fork 0
godot/modules/gdscript/tests/scripts/parser-errors/mixing-tabs-spaces.gd

4 lines
60 B
GDScript

func test():
print("Using spaces")
print("Using tabs")