Library fix: loadstring
was missing, and loadfile
had loadstring
s documentation
This commit is contained in:
parent
762b8f3d20
commit
9a46a959e9
|
@ -104,8 +104,8 @@ library_function {
|
|||
}
|
||||
|
||||
library_function {
|
||||
func = loadfile,
|
||||
name = 'loadfile',
|
||||
func = loadstring,
|
||||
name = 'loadstring',
|
||||
para = 'string [, chunkname]',
|
||||
docs = [[
|
||||
Similar to load, but gets the chunk from the given string.
|
||||
|
|
Loading…
Reference in New Issue
Block a user