Jump to content

Rebol Programming/to-set-path

From Wikibooks, open books for an open world

USAGE:

[edit | edit source]
TO-SET-PATH value 

DESCRIPTION:

[edit | edit source]

(undocumented)

TO-SET-PATH is a function value.

ARGUMENTS

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

SOURCE CODE

[edit | edit source]
to-set-path: func [value][to set-path! :value]