hi all,

What would the Jess syntax be for the following java code snippet:

     String[] x = new String[2];
     x[0] = "hi ";
     x[1] = "there";
     System.out.println(x[0]+x[1]);

Jack



--------------------------------------------------------------------
To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]'
in the BODY of a message to [EMAIL PROTECTED], NOT to the list
(use your own address!) List problems? Notify [EMAIL PROTECTED]
--------------------------------------------------------------------

Reply via email to