mirror of
https://github.com/tiennm99/godot.git
synced 2026-06-18 13:40:18 +00:00
c0083c0f90
This also ignores `.out` files in the file format static checks.
5 lines
79 B
GDScript
5 lines
79 B
GDScript
func test():
|
|
print(20 + 20)
|
|
print("hello" + "world")
|
|
print([1, 2] + [3, 4])
|