lua-users home
lua-l archive

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


"To call a function you must use the following protocol: first, the
function to be called is pushed onto the stack; then, the arguments to
the function are pushed in direct order"

I dont see any confusing in this. And as others point out, you push
the function itself on the stack not "the name". Its comparable to a
function pointer in C.