DEBSOURCES
Skip Quicknav
sources / godot / 4.4.1%2Bds-1 / modules / gdscript / tests / scripts / parser / features / semicolon_as_end_statement.gd
12345
func test(): print("A"); print("B") # Multiple semicolons and whitespace between them is also valid. print("A"); ;;;;; ; print("B");;