This is the first time I'm working with PARI/GP under Windows. I have to create a file and save it to write my code.
I tried the \r and \w and didn't work. I couldn't also find much documentation. How could I do it?
This is the first time I'm working with PARI/GP under Windows. I have to create a file and save it to write my code.
I tried the \r and \w and didn't work. I couldn't also find much documentation. How could I do it?
Copyright © 2021 Jogjafile Inc.
You can read with
read,readstr,readvec,fileread, andfilereadstr. Try typing?read, for example, to see the quick help entry for that command.Likewise, you can write with
write,write1,writebin,writetex,filewrite, andfilewrite1.