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

USAGE

   CONTEXT blk

DESCRIPTION

Defines a unique object.

CONTEXT is a function value.

ARGUMENTS

  • blk -- Object words and values (modified). (block!)

#SOURCE

context: make function! [  [
    "Defines a unique object."
    blk [block!] "Object words and values (modified)."
][
    make object! blk
] ]
Clone this wiki locally