4 lines
60 B
GDScript
4 lines
60 B
GDScript
func test():
|
|
if true # Missing colon here.
|
|
print("true")
|
func test():
|
|
if true # Missing colon here.
|
|
print("true")
|