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

[REBOL] Re: I want time!, not string!

From: inetw3:mindspring at: 19-Feb-2004 22:06

Hi Hallvard, look at >> HELP JOIN ARGUMENTS: value -- Base value (Type: any) rest -- Value or block of values (Type: any) whatever type? the first value is (the Base value), the second argument (the rest) will adopt it's type?. in your case *print join "Took" * is a string so, *s* will allways be a string. it's not a bug.