mirror of
https://github.com/tiennm99/godot.git
synced 2026-06-19 17:46:11 +00:00
4 lines
69 B
GDScript
4 lines
69 B
GDScript
func test():
|
|
if true # Missing colon here.
|
|
print("true")
|