I have noticed that when I assign a variable bu do not use it, I get an error that keeps the code from compiling. I understand that this could be a warning, but why does it need to be an error that stops compile? I have the logging code in my scripts that I sometimes disable and with this error, I have to disable every single instance of logging variables depending on what I'm doing. It would be nice if this could be left at a warning level rather than error so that the compile could continue. Having an unused assigned variable is poor form for a final release of a code package, but why is it an issue for a script?