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