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

[REBOL] Re: Artificial Life in Rebol ?

From: carl:cybercraft at: 28-Dec-2002 16:03

On 28-Dec-02, Charles wrote:
>> At the end of this message is a very simple, incomplete, >> first-whack I did some time back at Conway's Game of Life. As far >> as books, I'm not sure about "must have" titles, but I have a >> couple here I like: > So, uh, which version of REBOL is needed to run this? With > /Link's console, I get lots of missing [,] bracket errors, along > with undefined 'button', "return or exit not in function" ... lots. > Don't tell me, let me guess: This is one of those times where > having the ultralatest beta and all that is NOT good? :P
I saved the email, cut out text so only the code was left, and it worked fine on non-beta Views. I've just tried cutting and pasting it though, and get... ** Script Error: button has no value ** Near: button "Quit" [quit]
>> ]
** Syntax Error: Missing [ at end-of-block ** Near: (line 1) ] So, if you cut and pasted it, that might be the problem. -- Carl Read