IIRC there was discussion a few months ago about circular references
being created within /View if it was started in desktop mode instead
of console mode.  Try changing your startup mode to console, shutting
REBOL down, restarting, and then seeing whether you have the same
problem...

Geza Lakner MD wrote:
> 
> Hello Larry,
> 
> > foreach word first system/words [
> >     print [form word type? get/any in system/words word]
> > ]
> Very nice and compact solution - really the REBOLish way ... :-)
> Thanx, this was what I've been looking for!
> 
> --
> Best regards,
>  Geza                            mailto:[EMAIL PROTECTED]
> 
> --
> To unsubscribe from this list, please send an email to
> [EMAIL PROTECTED] with "unsubscribe" in the
> subject, without the quotes.

-- 
; sub REBOL {}; sub head ($) {@_[0]}
REBOL []
# despam: func [e] [replace replace/all e ":" "." "#" "@"]
; sub despam {my ($e) = @_; $e =~ tr/:#/.@/; return "\n$e"}
print head reverse despam "moc:xedef#yleen:leoj" ;
-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to