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

[REBOL] Re: Contexts of contrived blocks

From: dmurrill:mindspring at: 10-May-2001 18:29

Hi John, It seems that every "[ ]", "{ }" block has head/tail/ and empty place holder (the space =" ") for each word. This space really just knows the type! of each value, and the only way to make changes is to unset the variable "block1" "block2" with new one or use "variable: make-string/or block foreach indexed value (wich really is not the value but the empty space that proceeds it, the " " wich is the "to-type! holder" 2cents? maybe,maybe not