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

[REBOL] Refinement Help output Re:

From: allen:rebolforces at: 21-Aug-2000 13:43

Hi Paul, /local should always be the last refinement. (Because everything from /local to "]" is local, which allows multiple lines of locals to be declared.) Change the order so /local is the last refinement, and it will work as expected. Cheers, Allen K