c0083c0f90
This also ignores `.out` files in the file format static checks.
6 lines
61 B
GDScript
6 lines
61 B
GDScript
func args(a, b):
|
|
print(a)
|
|
print(b)
|
|
|
|
func test():
|
|
args(1,)
|