Files

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

5 lines
75 B
GDScript
Raw Permalink Normal View History

func test():
2022-12-26 11:24:17 -05:00
var my_lambda = func(x):
print(x)
my_lambda.call("hello")