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

[REBOL] Re: block troubles

From: sunandadh:aol at: 9-Mar-2003 17:18

Maarten:
> AFAIK this is impossible to do, right?
I'd never say "impossible" with the number of clever people who contribute here. But it does look rather problematical. to-block requires valid REBOL syntax, so all these will fail too: to-block "6a" ;; invalid integer to-block "7+4" ;; ditto to-block "(" ;; Missing ) at end-of-script to-block "%" ;; Invalid file -- % to-block ":" ;; Invalid word-get -- to-block "[" ;; your case -- Missing ] at end-of-script Sunanda.