Changes
- Added Compiled.Set function so the value of global variables can be replaced after the script is compiled. The compiled script can be re-run using the replaced values.
Changelog
0d99cca Merge pull request #72 from d5/compiledset
4f46460 Update documentation for compiled scripts
6a663c6 add script.Compiled.Set
function so compiled script can replace value of global variables