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

[REBOL] function?

From: tim::johnsons-web::com at: 22-Mar-2004 9:51

This is strange: (to me anyway)
>> help function?
USAGE: FUNCTION? value DESCRIPTION: Returns TRUE for function values. FUNCTION? is an action value. ARGUMENTS: value -- (Type: any-type) ;; OKAY .... let's find a function
>> help forall
USAGE: FORALL 'word body DESCRIPTION: Evaluates a block for every value in a series. FORALL is a function value. ARGUMENTS: word -- Word set to each position in series and changed as a result (Type: word) body -- Block to evaluate each time (Type: block) (SPECIAL ATTRIBUTES) throw ;; test forall
>> function? 'forall
== false ;; Say What!? I'm missing something here. ;; what did I do wrong? thanks tim -- Tim Johnson <[tim--johnsons-web--com]> http://www.alaska-internet-solutions.com