Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
> array1 := {'foo', 'bar'} > array2 := {'boo', 'far'} > array1 insertObject:'xyz' atIndex:2 > #insertObject:atIndex: value:array2 value:'zyx' value:2 > array1 {'foo', 'bar', 'xyz'} > array2 {'boo', 'far', 'zyx'}
This paste will be private.
From the Design Piracy series on my blog: