local fs = table.create(10) for i = 1, 10 do fs[i] = || -> i * i end for i = 1, #fs - 1 do print($"Function #{i}: {fs[i]()}") end