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

[REBOL] R: Re: This is a strange thing

From: rotenca:telvia:it at: 2-Jul-2001 18:48

Da: "Joel Neely" <[joel--neely--fedex--com]> A: <[rebol-list--rebol--com]> Data invio: 2 lug 2001 10:55 Oggetto: [REBOL] Re: This is a strange thing
> Hi, Romano, > > I get the same results as Allen. What version of REBOL are > you using?
I was wrong (and confused). I do not understand why, but now, I do not see more the "strange thing". The "strange" thing now appear to me normal and the "normal" strange es. a:[...] set a/1 "foo" b:[.] set b/1 "foo" print a/1 ==... print b/1 ==. What has confuse me, i think, is this:
>> b: "foo"
== "foo"
>> a: [b]
== [b]
>> reduce a
== ["foo"]
>> reduce a/1
== b
>> get a/1
== "foo" Can you explain to me the different behaviour of Reduce with "a" and "a/1"? ciao romano paolo tenca