semicolon_as_end_statement.gd 140 B

12345
  1. func test():
  2. print("A"); print("B")
  3. # Multiple semicolons and whitespace between them is also valid.
  4. print("A"); ;;;;; ; print("B");;