where are the comments?



Good day,

The way I'm using maxima right now is, as was discussed before, through 
a batch file I run. Thanks to Richard, I now add "kill(LABELS);" on top 
of my files so that each call to batch actually run like a new program.

It will sound very stupid, I'm sure, but I'm stuck with one more silly 
problem: I can't comment my code! That's very important to me!

Surely, there must be a way. I tried various things (#, ', //, /*) but 
nothing seems to work!!!


Also, I have a feature request... something like this would be useful:

maxima myfile.max -o outputfile.txt

where maxima basically run a batch file and outputs the result somewhere 
(by default, the output could be on the screen).

When doing anything "intensive", this would save much time. I'm sure it 
is not hard to implement... or is it?