> val s="any text" ;
val s = "any text": string
> "prepended " ^ s;
val it = "prepended any text": string