Hi reffy,

On Saturday, August 17, 2002, 11:44:50 PM, you wrote:

run> no error occurred on the "assignment"
run> yet there is no value for   .a

Almost  everyone  of  us  has fallen into this at least once, when
learning  REBOL.  (You'll  find  the same question asked on the ml
archive too, probably.)

I think that this simple line will be enough to shed some light on
what is happening.

>> type? .a:10
== url!

Adding some white space will help:

>> .a: 10
== 10
>> .a
== 10

HTH,
   Gabriele.
-- 
Gabriele Santilli <[EMAIL PROTECTED]>  --  REBOL Programmer
Amigan -- AGI L'Aquila -- REB: http://web.tiscali.it/rebol/index.r

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to