Matthew:
> Oops, found the problem.  I used "first" as a variable... A big no no...

Banish this sort of error forever, by putting

  protect-system

in your user.r (or at least after any rebol word you do want to redefine).

A slight warning on this though, it may make you version-dependant, for 
example:

  attempt: true

would work in the current release but choke on the new beta as 'attempt is a 
rebol word.

I'm not sure of the best _long-term_ solution to this. I attempt to minimise 
the likelihood by putting all my functions and variables in objects.

Sunanda.
-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to