mirror of
https://github.com/godotengine/godot.git
synced 2025-10-28 12:14:44 +00:00
3 lines
40 B
GDScript3
3 lines
40 B
GDScript3
|
|
func test():
|
||
|
|
print("A"); print("B")
|