APPEND is native
REBOL 3.0 makes the following change:
| Change | The append function is now a native datatype action similar to insert.
|
| Reason | Performance is three times greater (and append is a commonly used function), and the /dup and /part refinements are now available (in addition to /only).
|
| Cost | Actually, the implementation takes less memory now.
|
9 Comments
|