Skip to content
angerangel edited this page Mar 19, 2013 · 1 revision

USAGE

   MAP-GOB-OFFSET gob xy /reverse

DESCRIPTION

Translates a gob and offset to the deepest gob and offset in it, returned as a block.

MAP-GOB-OFFSET is a native value.

ARGUMENTS

  • gob -- Starting object (gob!)
  • xy -- Staring offset (pair!)

REFINEMENTS

  • /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."
] ]
Clone this wiki locally