c0083c0f90
This also ignores `.out` files in the file format static checks.
4 lines
79 B
GDScript
4 lines
79 B
GDScript
func test():
|
|
print(20 + 20)
|
|
print("hello" + "world")
|
|
print([1, 2] + [3, 4])
|