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

3 lines
106 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
a = "any text value";
a = "another string literal" <> a (* using concatenation (no built-in prepend) *)