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

[REBOL] Re: [ core ] /local refinement not cleared?!

From: anton:lexicon at: 4-Apr-2002 10:51

Hi Norman, This works the same on all rebols. Most new rebols get caught by this one. It is written only once in your program, that tester should be set to a string, so it refers always to the same string. Do this in the console: source testing testing source testing Setting a word to a string in the console is different, because the string is new for each line that you enter. The solution is to put tester: copy "" in your function. -Anton.