(function() 函数体 end)()
例:
if 30 > (function() return 10 end)() then print("1")else print("2")end
--1