You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently passing a map value between Rebol and an extension is not implemented:
>>test: import ext-test
>>type? test/echo1==#(integer!) ;<-- OK>>type? test/echo make map! [] ;; should return: #(map!)
** Script error:type? does not allow #(end!) for its value argument
Currently passing a map value between Rebol and an extension is not implemented:
It is similar to this: #2536
The text was updated successfully, but these errors were encountered: