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

[REBOL] Re: Read this CGI? (solved)

From: jason:cunliffe:verizon at: 19-Apr-2002 20:23

> > So what do you all think are good REBOL strategy against such problems? > > Put this in user.r: > > protect-system > > It stops you accidentally redefining any system word. > > >> in: 100 > ** Script Error: Word in is protected, cannot modify > ** Near: in: 100
Nice. Thanks! Think should be in the default user.r with a comment about it. ./Jason