Closure

loadstring

"Creates a chunk from the provided source code. The environment of the returned function is the global environment.

Syntax

loadstring(source: string, chunkname: string?): function?, string?