bugbear wrote:
> Er. How about
>
> public class test {
> public static void main(String[] args) {
> String a = "a string";
> String b = "another one";
> StringBuffer c = a + b;String c (etc.), that is. > System.out.println(c); > } > } -- http://mail.python.org/mailman/listinfo/python-list
