REBOL Programming/reduce

< REBOL Programming

USAGE:

REDUCE value /only words 

DESCRIPTION:

Evaluates an expression or block expressions and returns the result.

REDUCE is a native value.

ARGUMENTS

REFINEMENTS

SOURCE CODE

reduce: native[
    {Evaluates an expression or block expressions and returns the result.} 
    value 
    /only "Only evaluate words and paths, not functions" 
    words [block! none!] "Optional words that are not evaluated (keywords)"
]
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.