Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
60 B
GDScript
Raw Permalink Normal View History

2021-04-07 10:12:51 -03:00
func test():
if true # Missing colon here.
print("true")