Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: No example of simple Artificial Intelligence in Rebol Dialect?

From: rebolask:free at: 19-Sep-2003 19:15

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 [])]