forked from rebol/rebol
-
Notifications
You must be signed in to change notification settings - Fork 2
Map gob offset
angerangel edited this page Mar 19, 2013
·
1 revision
MAP-GOB-OFFSET gob xy /reverse
Translates a gob and offset to the deepest gob and offset in it, returned as a block.
MAP-GOB-OFFSET is a native value.
- gob -- Starting object (gob!)
- xy -- Staring offset (pair!)
- /reverse -- Translate from deeper gob to top gob.
#SOURCE
map-gob-offset: make native! [ [
{Translates a gob and offset to the deepest gob and offset in it, returned as a block.}
gob [gob!] "Starting object"
xy [pair!] "Staring offset"
/reverse "Translate from deeper gob to top gob."
] ]