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

[REBOL] A few questions about words

From: eric:mccinc at: 19-Oct-2000 13:28

I seem to be misunderstanding the use of words in rebol. say I had the following code word1: "This is a word" word2: 'word1 is there any way using word2 to access and set the value of word1? It seems to me that I should be able to. I guess what I am asking is if a function is passed a variable name can us then use that to modify and access the value. If I am completly off the mark on this one let me know. Thanks Eric Merritt