< Rebol Programming

USAGE:

PATH value selector 

DESCRIPTION:

Path selection.

PATH is an action value.

ARGUMENTS:

  • value -- (Type: any)
  • selector -- (Type: any)

SOURCE CODE

path: native[
    "Path selection." 
    value 
    selector
]
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.