A direct follow-up to https://github.com/red/red/issues/3359: I wish body-of (ditto reflect ... 'body) applied to action!s and native!s yielded their respective IDs, the way second in Rebol2 does.
>> second :find
== 53
The rationale is simple — while one can use IDs to re-create actions and natives (as indicated in the linked issue above), obtaining these IDs requires manual inspection of runtime tables (this and this).
A direct follow-up to https://github.com/red/red/issues/3359: I wish
body-of
(dittoreflect ... 'body
) applied toaction!
s andnative!
s yielded their respective IDs, the waysecond
in Rebol2 does.The rationale is simple — while one can use IDs to re-create actions and natives (as indicated in the linked issue above), obtaining these IDs requires manual inspection of runtime tables (this and this).