With engine last version I got this error (including with last version of rebolview)
?
>> do %longueur.r
[
combine [L [X1 | _] (L - X1) [X1]] [
if [(L >= X1)]
]
combine [L [X1 | X] R [X1 | Y]] [
if [(L >= X1)]
combine [(L - X1) [X1 | X] R Y]
]
combine [L [_ | X] R Y] [
if [(L > 0)]
combine [L X R Y]
]
]
** Script Error: compose has no refinement called only
** Where: append-clause
** Near: append base compose/only [(name) (clauses: copy [])]
>>
>
>>No example of simple Artificial Intelligence in Rebol Dialect?
>>Not sure it's AI, but Marco as made engine.r.
>>That's an engine for logic programmation, a sort of Prolog Like.
>>
>>I f yout want to try :
>>http://www.agora-dev.org/forums/view.php?bn=rebol_prjnvxprod&key=1061912799
>>
>>DideC
>>--
>>To unsubscribe from this list, just send an email to
>>[EMAIL PROTECTED] with unsubscribe as the subject.
>
>
>--
>To unsubscribe from this list, just send an email to
>[EMAIL PROTECTED] with unsubscribe as the subject.
--
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.