RE: Decision on Rules Language2003-09-22 06:43:58On Mon, 22 Sep 2003, Anwar M. Haneef wrote: Since string is a primitive type, can we add a binary operator , '+' or 'append' for string, such that operations such as : "sampl" + "e" would equal "sample" ? Or is this already covered ? No, a concatenation operator for strings was not documented due to an oversight. Now, it is. Thank you, Alex.
|
|