Dear Daniel Lemire,
Daniel Lemire wrote:
> 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!!!
>
Enclose your comments between /* and */ as follows
/* Hi, this is a comment. */
It should work.
Regards,
Roberto