DEBSOURCES
Skip Quicknav
sources / godot / 4.4.1%2Bds-1 / modules / gdscript / tests / scripts / parser / features / lambda_callable.gd
1234
func test(): var my_lambda = func(x): print(x) my_lambda.call("hello")