outputting and printing comments



On 2013-07-01, Dominic Di Toro <dditoro at udel.edu> wrote:

> Is there a way of outputting and printing the comments
> /*    comment    */
> from batch file input in wxMaxima?

Well, I see that wxMaxima prints the input and result but not any
comments. How about putting something like comment("Hey there")$
into the batch file? There is no such function 'comment' so 
nothing happens, except comment("Hey there") will be displayed.

Hope this helps,

Robert Dodier