metaeducation / ren-c

Library for embedding a Rebol interpreter into C codebases
GNU Lesser General Public License v3.0
126 stars 27 forks source link

reword no longer works #1120

Closed gchiu closed 3 years ago

gchiu commented 3 years ago
>> reword "$a is $b." [a "This" b "that"]
** Script Error: a is plain ~unset~ (see ^(...) and GET/ANY)
** Where: to-text if compose for-each _ reeval collect* collect reword main
** Near: [to text! a **]
** File: -tmp-boot-
** Line: 6602

tested using http://hostilefork.com/media/shared/replpad-js/

gchiu commented 3 years ago

Now seems to be fixed in the replpad