1
0
Fork 0
godot/modules/gdscript/tests/scripts/parser-features/semicolon-as-end-statement.gd

3 lines
40 B
GDScript

func test():
print("A"); print("B")