Skip to content
angerangel edited this page Mar 15, 2013 · 1 revision

USAGE

   CONSTRUCT block /with object /only

DESCRIPTION

Creates an object with scant (safe) evaluation.

CONSTRUCT is a native value.

ARGUMENTS

  • block -- Specification (modified) (block! string! binary!)

REFINEMENTS

  • /with -- Default object
    • object (object!)
  • /only -- Values are kept as-is

#SOURCE

construct: make native! [  [
    "Creates an object with scant (safe) evaluation."
    block [block! string! binary!] "Specification (modified)"
    /with "Default object" object [object!]
    /only "Values are kept as-is"
] ]

Clone this wiki locally