立即执行函数传参

例子:

a = (function(p)
return p
end)(1)
print(a)--1

posted @ 2020-10-16 18:14  流星曳尾  阅读(256)  评论(0编辑  收藏  举报