Rebol Programming/set-path?

USAGE:

edit
SET-PATH? value 

DESCRIPTION:

edit

Returns TRUE for set-path values.

SET-PATH? is an action value.

ARGUMENTS

edit
  • value -- (Type: any-type)

SOURCE CODE

edit
set-path?: native["Returns TRUE for set-path values." value [any-type!] 50]