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

[REBOL] Testing block of types

From: tim:johnsons-web at: 18-Oct-2003 9:53

Hello Rebols: ;; I would like to test the type of a value ;; or would agains a block of data types. ;; consider the console session below:
>> test: [number! series! money! time! date! char!]
== [number! series! money! time! date! char!]
>> type? test/1
== word!
>> find test 'number!
== [number! series! money! time! date! char!] ;; so far so good ;; Now test to see if the type of a value is in the 'test block
>> find test (type? 2)
== none ;; well, I would expect a hit here :( What notation do I need here to make a sucessful test. thanks! tim -- Tim Johnson <[tim--johnsons-web--com]> http://www.alaska-internet-solutions.com