Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
61 B
GDScript
Raw Permalink Normal View History

func args(a, b):
print(a)
print(b)
func test():
args(1,)