Bill Allombert on Sun, 26 Nov 2006 10:45:37 +0100 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: PARI |
On Sat, Nov 25, 2006 at 10:02:19PM -0800, Tom Gettys wrote: > I am sorry for such a simple question, but I have to ask: the documentation > and tutorial suggest that a PARI program (script?) can be written, but I do > not see how to invoke the program editor. > > I am a professional programmer, so I don't need help in that regard, but > just how to compose and submit a program to PARI. Pick up any text editor, write your program and save it to foo.gp, start gp and issue \r foo Cheers, Bill.