Close an opened Lua script again.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(flu_State) | :: | L |
Handle to the Lua script to close. |
subroutine close_config(L) type(flu_State) :: L !! Handle to the Lua script to close. call flu_close(L) end subroutine close_config