func test():
    var my_lambda = func(x):
        print(x)
    my_lambda.call("hello")