3 lines
40 B
GDScript3
3 lines
40 B
GDScript3
|
|
func test():
|
||
|
|
print("A"); print("B")
|