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

[REBOL] Re: How to check function arguments ?

From: ammon:rcslv at: 8-Jun-2002 16:26

>>? any
USAGE: ANY block DESCRIPTION: Shortcut OR. Evaluates and returns the first value that is not FALSE or NONE. ANY is a native value. ARGUMENTS: block -- Block of expressions (Type: block) any-type! is a suedo-type that includes any data-type! HTH Ammon A short time ago, Carl Read, sent an email stating: