How to save all global variables using the save command.



? save
     ...
     The special form `save (<filename>, values, functions, labels,
     ...)'  stores the items named by `values',  `functions',
     `labels',  etc.  The names may be any specified by the variable
     `infolists'.    `values' comprises all user-defined variables.
     ...

So:

     save(filename, values)

          -s



On Mon, Nov 25, 2013 at 4:34 PM, - <mleoking at gmail.com> wrote:

> There is a save command in maxima.
>
> I normally use "save (filename, all)" to store the current state of
> Maxima. This includes all user-defined variables, functions, arrays, etc.,
> as well as some automatically defined items
>
>
> Is there a way to save only those global variables. I do not want to save
> user defined functions as I will modify them frequently after the saving.
>
>
> Leo
>
> _______________________________________________
> Maxima mailing list
> Maxima at math.utexas.edu
> http://www.math.utexas.edu/mailman/listinfo/maxima
>
>