[REBOL] Re: Best way to alias words
From: allenk:powerup:au at: 10-Nov-2001 10:22
Alias has more value for making different language versions. When a word is aliased it affects all contexts where that word is used. e.g alias 'text "libre" == libre>> text** Script Error: text has no value ** Near: text view layout [libre "hi there"] Cheers, Allen K







