[REBOL] Re: Path Access Problem
From: larry:ecotope at: 16-Nov-2000 11:45
Hi Rodney Joel has provided the explanation of your example. But there is a quick way to force the conversion of the word "false" to the logic value "false". Just use DO like this:>> type? do m/b== logic!>> if not do m/b [print "it's false"]it's false HTH -Larry