Closed hiiamboris closed 2 years ago
Granted by https://github.com/red/red/pull/4580. Edit: partially.
>> m: #() ()
>> put m #abc 234
*** Script Error: put does not allow issue for its key argument
*** Where: put
*** Stack:
Bloody hell.
Works in Red 0.6.4 for Windows built 4-Apr-2022/15:09:55+03:00 commit #28dad01
See :point_up: /help January 23, 2020 9:36 PM
TL;DR: make these work:
No default coercion from issue! to any-word! and back should be done (
m/(#issue) <> m/issue
).I wouldn't mind if
refinement!
type was supported as well.