|
>My end users want to be able to specify which functions to call, and >what order. Defining functions *is* executing the code. Your Lua program can be just function definitions and so when lua_dofile runs the file the only side effects are these definitions. Or am I missing something? --lhf