Rebol Programming/path
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
]PATH value selector
Path selection.
PATH is an action value.
path: native[
"Path selection."
value
selector
]