Skip to content

No error when assigning string to string element via set-path #2693

Description

@Oldes

I've noticed, that even in early R3 version there is:

s: "aaa" s/2: "XX"
;== "XX" ;<-- string is returned
s
;== "aXa" ;<-- only the char is modified

while in Red and Rebol2 it is:

s: "aaa" s/2: "XX"
;*** Script Error: invalid argument: "XX"

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions