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