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