array_consecutive_commas.gd 92 B

123
  1. func test():
  2. # Arrays with consecutive commas are not allowed.
  3. var array = ["arrays",,,,]