Hello...

For scripting purposes, I just want to be able to do something like:

SmalltalkImage current quit: errorCode.

So that in the VM I can essentially do:

return errorCode.

at the end of sqMain?

Any pointers on how to push a value BACK to the VM?  I have only barely dabbled with adding some custom menu commands to the VM long ago, and have no idea where to start.

Thanks!

Rob