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

[REBOL] Re: Please help me to promote REBOL

From: tomc:darkwing:uoregon at: 10-Nov-2003 12:04

On Tue, 11 Nov 2003, Anton Rolls wrote:
> Wow, that's a cool feedback waiting to happen. > :) > > Anton. > > > Anton: > > > It could be that some code in %config.r, > > > erroneously unsets 'true. Unlikely, but > > > possible. :) > > > > It's never easy getting that last 1% of industrial-strength error > > recovery, > > is it? > > > > They could, instead, unset 'set -- and that crashes the version > > of REBOL I'm > > using, irrecoverably: > > > > set/any 'error try [unset 'set] > > > > "REBOL caused an invalid page fault in module REBOL.EXE at 0167:0040ce17." > > -- > To unsubscribe from this list, just send an email to > [rebol-request--rebol--com] with unsubscribe as the subject.
on Solaris /core 2.5.6.10.1 it is not a bug..
>> ? set
USAGE: SET word value /any DESCRIPTION: Sets a word or block of words to specified value(s). SET is a native value. ARGUMENTS: word -- Word or words to set (Type: any-word block) value -- Value or block of values (Type: any-type) REFINEMENTS: /any -- Allows setting words to any value.
>> set/any 'error try [unset 'set] >> set
** Script Error: set has no value ** Near: set