Just another update
This commit is contained in:
parent
a25938f123
commit
00a190b0a6
6591 changed files with 94363 additions and 23227 deletions
5
Task/Runtime-evaluation/Lua/runtime-evaluation-1.lua
Normal file
5
Task/Runtime-evaluation/Lua/runtime-evaluation-1.lua
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
f = loadstring(s) -- load a string as a function. Returns a function.
|
||||
|
||||
one = loadstring"return 1" -- one() returns 1
|
||||
|
||||
two = loadstring"return ..." -- two() returns the arguments passed to it
|
||||
Loading…
Add table
Add a link
Reference in a new issue