[REBOL] More syntax/documentation Q's Re:(4)

1999-12-09 Thread jimg
to-string! will convert 100 to a string, while make string! will construct an empty string with allocation for at least 100 elements. - jim At 09:19 PM 12/8/99 -0600, you wrote: >Hello, >On 30-Nov-99, [EMAIL PROTECTED] wrote: > >> [EMAIL PROTECTED] wrote: >> 2. y: make string! 100 c

[REBOL] More syntax/documentation Q's Re:(4)

1999-11-30 Thread icimjs
Hi Carl, you wrote: >data: copy/1024 socket ;-- data up to 1024 units Shouldn't that be copy/part socket 1024? Or is this an undocumented shortcut I've overlooked so far? TIA, Elan