>> A: {Izzy Boy}
== "Izzy Boy"
>> B: {I am known as }
== "I am known as "
>> Result: join B A
== "I am known as Izzy Boy"
>> ? Result
RESULT is a string of value: "I am known as Izzy Boy"Basically, it combines two values, and attempts to make them the same datatype as the original But typically it returns an url, if possible, and otherwise a string... (at least in my experience) > > just in that section,the previous script is: > > http-port: open tcp://www.example.com:80 > > then can you explain to me how and when should I use join? > > thanks > > > --------------------------------- > DO YOU YAHOO!? > ÑÅ»¢Ãâ·ÑGÓÊÏä£ÖйúµÚÒ»¾øÎÞÀ¬»øÓʼþɧÈų¬´óÓÊÏä > > -- > To unsubscribe from the list, just send an email to > lists at rebol.com with unsubscribe as the subject. > > -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject.
