6 lines
131 B
Text
6 lines
131 B
Text
GEN
|
|
string_interpolate(GEN n)
|
|
{
|
|
pari_printf("The value was: %Ps.\n", n);
|
|
GEN s = pari_sprintf("Storing %Ps in a string", n);
|
|
}
|