[REBOL] Re: This is a strange thing
From: g:santilli:tiscalinet:it at: 2-Jul-2001 19:17
Hello Romano!
On 02-Lug-01, you wrote:
RT> "Get" works fine for me also; not the same for print, mold,
RT> form. Seems these function exchange 3 point with
RT> autoreference (3 point for human viewer).
I can't see any special treatment here.
>> .: "one dot"
== "one dot"
>> ..: "two dots"
== "two dots"
>> ...: "three dots"
== "three dots"
>> print [.]
one dot
>> print [..]
two dots
>> print [...]
three dots
>> print first [.]
.
>> print first [..]
..
>> print first [...]
...
Also, I can't reproduce your test:
>> a: [...]
== [...]
>> print a/1
...
>> a: [..]
== [..]
>> print a/1
..
since a/1 is a word! and PRINT does *not* get its value
automatically.
RT> romano paolo tenca
BTW, are you Romano Tenca of Amiga Magazine?
Regards,
Gabriele.
--
Gabriele Santilli <[giesse--writeme--com]> - Amigan - REBOL programmer
Amiga Group Italia sez. L'Aquila -- http://www.amyresource.it/AGI/