Hello, I was just wondering why having fcn("text" ++ String) -> .. is legal, but doing fcn(String ++ "text") is not legal. Is this for performance reasons, or something else? Thanks! Jordan Wilberding