GDScript uses indentation to define code blocks, just like Python:

func _init():
    pass
Comments