metaeducation / rebol-issues

6 stars 1 forks source link

CHANGE/part differences from R2 #257

Open rebolbot opened 17 years ago

rebolbot commented 17 years ago

Submitted by: Carl

bc.. >> head change/part "abcd" "123" 2 == "12cd" ; should be "123cd"

p.

CC - Data [ Version: alpha 29 Type: Bug Platform: All Category: n/a Reproduce: Always Fixed-in:alpha 36 ]

rebolbot commented 15 years ago

Submitted by: BrianH

As of 2.100.29 the example code now returns "123d" instead of "123cd" - still not fixed. This is the same as ticket #490.

rebolbot commented 15 years ago

Submitted by: oldes

The /part is now (a33) simply ignored (not implemented yet) so it works like:

bc.. >> head change "abcd" "123" == "123d"

p.

rebolbot commented 15 years ago

Submitted by: BrianH

See #490 for example code that shows that /part is not ignored.