luaL_dostring

Loads and runs the given string.

It is defined by a macro.

@nogc nothrow pragma(inline)
int
luaL_dostring
(,
const(char)* s
)

Return Value

Type: int

false if there are no errors or true in case of errors.

Meta