[REBOL] Re: CORE 2.5.2 Bugs/Enhancements

2002-05-12 Thread Ladislav Mecir
The APPEND function should be enhanced to allow the same types of arguments/refinements as INSERT does. append: function [ {Appends a value to the tail of a series and returns the series.} [catch] series [series! port! bitset!] "Series at point to insert" value [any-type!] "The va

[REBOL] Re: CORE 2.5.2 Bugs/Enhancements

2002-05-07 Thread Romano Paolo Tenca
Hi, >--> use [a] [a: third :bind repend a/words [any-word!]] Interesting, it works also in current version, but more interesting: use [a] [a: third :bind repend a/words [any-word!] change a/known-word reduce [any-word!] ] b: 2 o: context [a: 1 b: 1 ] probe get bind 'b first bind

[REBOL] Re: CORE 2.5.2 Bugs/Enhancements

2002-05-07 Thread Frank Sievertsen
On Tue, 7 May 2002, Ladislav Mecir wrote: > BTW, your error! result looks arguable to me. The error! result is ehhh... an error :) -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.

[REBOL] Re: CORE 2.5.2 Bugs/Enhancements

2002-05-07 Thread Ladislav Mecir
BTW, your error! result looks arguable to me. - Original Message - From: "Frank Sievertsen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, May 07, 2002 8:42 AM Subject: [REBOL] CORE 2.5.2 Bugs/Enhancements Hi! I tested core 2.5.2 right now and like

[REBOL] Re: CORE 2.5.2 Bugs/Enhancements

2002-05-07 Thread Ladislav Mecir
Hi Frank, I second to this. It looks that you forgot to append first [a:] to the examples. - Original Message - From: "Frank Sievertsen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, May 07, 2002 8:42 AM Subject: [REBOL] CORE 2.5.2 Bugs/