Can someone tell me why the compiler says type expected for the do statement below?
This is taken from the README at herzberg.ca.sandia.gov/jess
Thanks

   do
   {  try
      { 
        // parse and execute one construct, without printing a prompt
        j.parse(false);
      }
      catch (ReteException re)
      {
        // All Jess errors are reported as 'ReteException's.
        re.printStackTrace(nd.stderr());
      }
   }  while (fis.available > 0);

Oh yeah, is it true that Sandia National Labs have the fastest computer in the
world! I'm trying to study parallel processor machines (MISD, SISD etc.)

-- 
Paul Barriscale
2nd Comp. Science 
[EMAIL PROTECTED]    http:/wisdom.ucc.ie/~barrisca
_______________________________________________________
University College Cork
---------------------------------------------------------------------
To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]'
in the BODY of a message to [EMAIL PROTECTED], NOT to the
list. List problems? Notify [EMAIL PROTECTED]
---------------------------------------------------------------------

Reply via email to