save all



With 5.9.0 (for windows) when I try
save("file",all); and then later
loadfile("file"); Iget an error and loadfile fails.
If I do
save("file",a);
where a is a previously defined variable, and then
loadfile("file");
then it works fine. Is save all useless?
I reported it as a bug. Any comments?