Bill Allombert on Mon, 20 Jun 2022 13:41:27 +0200 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: Fresh state in gp? |
On Mon, Jun 20, 2022 at 12:28:41PM +0200, Georg.Fischer wrote: > Dear PARI users, > > though I searched for it in the documentation and asked > a more experienced user, I could not find an equivalent of > > Maple: restart; > Mathematica: ClearAll["Global'*"] > > that is some way to bring a running gp interpreter > into a fresh, clean state where it has not any > knowledge of previously defined names, variables, > functions... Sorry this is not possible with gp, but of course you can just stop gp and restart it. Cheers, Bill