Load and execute a given buffer and register it in the package table as the given module name.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(flu_State) | :: | L | Lua State to set load the buffer into. |
|||
| character, | intent(in) | :: | buffer(:) | Buffer to load. |
||
| character(len=*), | intent(in) | :: | modname | Module name to set. |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | private | :: | pac_handle | ||||
| integer, | private | :: | ld_handle |