RosettaCodeData/Task/Copy-a-string/Aime/copy-a-string-1.aime
2023-07-01 13:44:08 -04:00

3 lines
33 B
Text

text s, t;
t = "Rosetta";
s = t;