After I run a script, the variables and functions that I defined in the script are now available in the Command Window.
Is it possible to 'load' the function definitions in a script so that they execute in the Command Window?
As a workaround, if I insert a line with 'keyboard', this stops execution, displays the 'K>>' prompt, and now I can run functions and access variables.