RosettaCodeData/Task/Runtime-evaluation/Lua/runtime-evaluation-2.lua

3 lines
41 B
Lua

f = load("return 42")
f() --> returns 42