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

USAGE

   BODY-OF value

DESCRIPTION

Returns a copy of the body of a function, object, or module

BODY-OF is a function value.

ARGUMENTS

  • value

#SOURCE

body-of: make function! [  [{Returns a copy of the body of a function, object, or module} value][reflect :value 'body] ]
Clone this wiki locally