Handbook
Glossary
lua_xmove ( from to n -- )
Vocabulary
lua
Inputs
from
an
object
to
an
object
n
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
;
IN:
lua
LIBRARY:
liblua5.1
FUNCTION:
void
lua_xmove
( lua_State* from, lua_State* to,
int
n )