Rebol Programming/path

From Wikibooks, open books for an open world
Jump to navigation Jump to search

USAGE:

[edit | edit source]
PATH value selector 

DESCRIPTION:

[edit | edit source]

Path selection.

PATH is an action value.

ARGUMENTS:

[edit | edit source]
  • value -- (Type: any)
  • selector -- (Type: any)

SOURCE CODE

[edit | edit source]
path: native[
    "Path selection." 
    value 
    selector
]