RosettaCodeData/Task/String-prepend/Mathematica/string-prepend.math

3 lines
106 B
Plaintext

a = "any text value";
a = "another string literal" <> a (* using concatenation (no built-in prepend) *)