[plt-scheme] mzscheme --script and console output
Thanks for responding!
I read:
doc/reference/running-sa.html
and found that I am the bug.
When I cut over to 4.x I moved everything into packages, including my
scripts (I did so without thinking, hence the bug).
Question: being that all of the code is now in modules, the right way
to run the program is this?
mzscheme --require [some file with the module]
When you run mzscheme like this, to what command line arguments is it
equivelant?
mzscheme [some file with the module]
Because both of the previous command line options appear to do the same thing.