How can I get the byte codes for a function definition in Lua? I'd like to be able to save a single compiled function to a file (independent of position within the tablespace) and load into a future instance of the VM. Steve