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

[REBOL] Re: Obtaining a word's value

From: brett:codeconscious at: 6-Jul-2001 12:22

> Given a word A which currently "has" an associated value, > how many distinct means does REBOL offer by which can we > retrieve that value? >
A somewhat distinct method:
>> alias 'a "another-word-for-it"
== another-word-for-it
>> another-word-for-it
== "this is a test" ...Still reading Ryan's list... :) Brett.