RosettaCodeData/Task/Runtime-evaluation/Lua/runtime-evaluation-2.lua
2023-07-01 13:44:08 -04:00

2 lines
41 B
Lua

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