[REBOL] Re: Read question in Reb 3.0
From: moliad::gmail at: 18-Feb-2009 14:07
hi Raimund, R2 parses binary data as a string (Although some argue otherwise), you always get string type results. In R2 strings and binary are pretty much the same internally. Its possible the to-string implicit convertion was kept in R3 since, AFAIK, parse hasn't actually been rewritten yet in R3. -MAx On Wed, Feb 18, 2009 at 1:02 PM, Raimund Dold <raimunddold-web.de> wrote: