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

What's a routine! value?

 [1/3] from: al::bri::xtra::co::nz at: 13-Sep-2001 21:51


>> 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? Andrew Martin Trawling through the depths of Rebol... ICQ: 26227169 http://zen.scripterz.org

 [2/3] 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:
<<quoted lines omitted: 7>>
> 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]

 [3/3] from: g:santilli:tiscalinet:it at: 13-Sep-2001 19:32


Hello Andrew! On 13-Set-01, you wrote: AM> Does anyone know? A routine! is a function from a DLL. (You can create routine!s with /View/Pro and /Command only.) Regards, Gabriele. -- Gabriele Santilli <[giesse--writeme--com]> - Amigan - REBOL programmer Amiga Group Italia sez. L'Aquila -- http://www.amyresource.it/AGI/

Notes
  • Quoted lines have been omitted from some messages.
    View the message alone to see the lines that have been omitted