hi all, a newbie question:
How can the following code be translated to jess code: String s = "my" + "string" already try the following code: Jess> (bind ?s "my" "string") ;;the result - only the first string with the quote "my" Jess> (bind ?s "my" + "string") ;;the result - only the first string with the quote "my" Jess> (bind ?s my string) ;;the result - only the first string my thanx in advance for any help rosely -------------------------------------------------------------------- mail2web - Check your email from the web at http://mail2web.com/ . -------------------------------------------------------------------- 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] --------------------------------------------------------------------
