In message <[EMAIL PROTECTED]>, " Orchard, Bob" said: > Just a number of syntax errors ... > > The one causing the immediate problem is relate to the if...then...else > construct. With multiple statements in a then or else part of an if > statement you must not enclose them in an extra set of > parentheses. > Thank you...the light comes on. > Also you need to store the results of many of your expressions > in variables. For example, instead of: > > (+ ?wins 1) > > you need to do: > > (bind ?wins (+ ?wins 1)) > Thanks again...I actually figured this out myself right after I left work last night. This was really a dumb question...sorry. -- Jim McMaster mailto:[EMAIL PROTECTED]
-------------------------------------------------------------------- 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] --------------------------------------------------------------------
