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

[REBOL] Re: Scripting behaviors

From: SunandaDH:aol at: 19-Jun-2003 2:25

David:
> which you can paste into Rebol console without error!
Old REBOLers' trick: do read clipboard:// If you make a function of this in your user.r .... dfc: func [] [do read clipboard://] ;; Do From Clipboard .... then you can execute any copied REBOL code no matter what prettyprinting methods used by the coder (I forget who invented this -- it was a long time ago -- but thanks!) Sunanda.