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

[REBOL] Re: Strange crash upon SECOND SYSTEM/WORDS

From: joel:neely:fedex at: 26-Jan-2002 17:44

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:[geza67--freestart--hu] > > -- > To unsubscribe from this list, please send an email to > [rebol-request--rebol--com] 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" ;