RosettaCodeData/Task/Copy-a-string/PARI-GP/copy-a-string-2.pari

3 lines
58 B
Plaintext

GEN string_copy = gcopy(string);
GEN string_ref = string;