Hello Again: I want to be able to internally evaluate rebol data types: the following code : my-blk: ["one" "two" "three"] print reform ["my-blk is a " type? my-blk] either equal? [type? proj-args] "block" [print "my-blk's type is block"] [print "my-blk's type is something else"] ; returns my-blk is a block my-blk's type is something else ; It appears that either equal? [type? proj-args] "block" ; evaluates as false. How may I rewrite this code so that it evaluates as true? Thanks in advance tim
- [REBOL] [REBOL] passing args to another script Re: mdb
- [REBOL] [REBOL] passing args to another script Re:(2) tjohnson
- [REBOL] Evaluating Rebol Data Types Re: tjohnson
- [REBOL] Evaluating Rebol Data Types Re: allenk
- [REBOL] [REBOL]How do I change my email address tjohnson
- [REBOL] [REBOL]Hex decoding tjohnson
- [REBOL] [REBOL]Hex decoding Re: kracik
- [REBOL] [REBOL]Hex decoding Re:(2) tjohnson
- [REBOL] Re: ex decoding giesse
- [REBOL] ex decoding Re:(2) tjohnson
