function add(x) return function test() return x end end global d = add(5) global c = print(d())