You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]
] ]