refactor(hlua): -execute +eval & +exec
Remove the execute function and add two new functions: exec: executes lua code without returning anything eval: executes lua code and returns the results (execute renamed)
Remove the execute function and add two new functions: exec: executes lua code without returning anything eval: executes lua code and returns the results (execute renamed)