c6ca09dc6f
This also fixes a typo in the `bitwise_float_right_operand.gd` test.
4 lines
87 B
GDScript
4 lines
87 B
GDScript
func test():
|
|
var my_lambda = func(x):
|
|
print(x)
|
|
my_lambda.call("hello")
|