Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: What's a routine! value?

From: holger:rebol at: 13-Sep-2001 9:35

On Thu, Sep 13, 2001 at 09:51:24PM +1200, Andrew Martin wrote:
> >> help routine? > USAGE: > ROUTINE? value > > DESCRIPTION: > Returns TRUE for routine values. > ROUTINE? is an action value. > > ARGUMENTS: > value -- (Type: any-type) > >> source routine? > routine?: native["Returns TRUE for routine values." value [any-type!] 7] > > Does anyone know?
It is part of Command and View/Pro. A routine! is a declaration for a function inside of a shared library. -- Holger Kruse [holger--rebol--com]