missing_colon.gd 60 B

1234
  1. func test():
  2. if true # Missing colon here.
  3. print("true")