[back] [prev] [next] [index] [root]
GPin
Reads an order in the pari/gp format.
Syntax:
o := GPin(name);
o := GPin();
o := GPin(f);
file |
f |
file opened for reading |
string |
name |
filename |
order |
o |
|
|
** |
|
Description:
If the function is called with a string the order is read
from a file with this name. If no argument is given the
order is read from the standard input where twice the return
key finishes the input.
The last option is a call with an already opened file.
When reading multiple order from the same file
it has to be opened with modus "R" (see Open).
Example:
We read from the standard input:
kash> o:=GPin();
false
<- back[back] [prev] [next] [index] [root]