[REBOL] Re: file! and url!
From: anton:lexicon at: 9-Aug-2002 16:30
So they're saying this is not true:
%.r = to-url %.r
What? I would expect that to be true.
url! and file! are both series! datatypes
(and also both any-string!).
I would expect this not to be true, of course:
%.r == to-url %.r
But then, holy cow! I expected this to be true:
%.r = ".r"
and it isn't, either.
Andrew, I think there is nothing wrong with your suffix?
(except for Path should stay [any-string!]).
I reckon Rebol needs to be changed to meet expectations
there.
But I could be wrong.
Anton.