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

USAGE

   DOES body

DESCRIPTION

A shortcut to define a function that has no arguments or locals.

DOES is a function value.

ARGUMENTS

  • body -- The body block of the function (block!)

#SOURCE

does: make function! [  [
    {A shortcut to define a function that has no arguments or locals.}
    body [block!] "The body block of the function"
][
    make function! copy/deep reduce [  [] body]
] ]
Clone this wiki locally