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

[REBOL] Re: Tuples versus Deciamls

From: atruter:labyrinth:au at: 14-Jan-2004 0:34

>>> t: to-tuple "1.1" > == 1.1.0
Interesting. Taken to extremes:
>> t: to-tuple "1"
== 1.0.0
>> length? t
== 1
>> t: to-tuple ""
== 0.0.0
>> length? t
== 1
>>
but how usefull is all this? ;) Regards, Ashley<