At 10:57 AM +0300 8/9/06, Yuval Kogman wrote:
What about str? Or is it called buf now?
What was once spelled 'str' is now spelled 'buf'. That autoboxes to Buf, according to Synopsis 6, which is a mutable type. The Blob I propose is immutable by contrast, and can be treated like Num or Str etc in that === always compares them by value. -- Darren Duncan