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