REBOL 3 Docs Guide Concepts Functions Datatypes Errors
  TOC < Back Next >   Updated: 3-Aug-2010 Edit History  

REBOL 3 Functions: funco

funco  spec  body

Defines a function, but does not copy spec or body.

Arguments:

spec [block!] - Help string (opt) followed by arg words (and opt type and string)

body [block!] - The body block of the function

See also:

closure   does   has   func   funct   function   use   make   function?   return   exit  

Description

Similar to func, except the spec or body is not copied.


  TOC < Back Next > REBOL.com - WIP Wiki Feedback Admin