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

[REBOL] Re: REBOL/View

From: brett:codeconscious at: 4-Sep-2003 11:46

TC> #include: func[f[file!]][do f] #include is of type Issue! and as far as I know you cannot set an Issue! to a value. Or have I missed something? What you could try is: my-script: load %myscript.r replace/all my-script #include func [f [file!]][do f] do my-script Regards, Brett.