lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Is there a C API that could exchange the values at different index of the stack?
For example:
index j is "hello" , index i is 100
invoke a specific API,
index j is 100,  index i is "hello"