Replies: 5 comments 13 replies
-
|
Should it be just a word? |
Beta Was this translation helpful? Give feedback.
-
|
@rgchris looking at your implementation, as your Also if I understand it well, you implementation does not handle this case correctly: >> blk: transcode "/_"
== [/_] ;<-- should be [/ _]
>> length? blk
== 1 ;<--- should be 2
>> type? blk/1
== #(refinement!) ;<--- should be #(word!)Anything else? |
Beta Was this translation helpful? Give feedback.
-
|
Here is dedicated wish: Oldes/Rebol-issues#2669 |
Beta Was this translation helpful? Give feedback.
-
|
@rgchris should not >> form none
== "none"
>> mold none
== "_" |
Beta Was this translation helpful? Give feedback.
-
|
This feature has been implemented since version 3.19.7. Let’s see how well it will be received. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
This 'feature' comes from early Ren-C. It's a minimal change and visually works quite well. Underscores can still be used in words (even words comprised of just more than one underscore).
Much more succinct than the
#(none)alternative.Beta Was this translation helpful? Give feedback.
All reactions