RosettaCodeData/Task/String-append/PARI-GP/string-append.pari
2015-02-20 09:02:09 -05:00

2 lines
36 B
Text

s = "Hello";
s = Str(s, ", world!")