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

[REBOL] Re: PREBOL questions

From: nitsch-lists:netcologne at: 25-Nov-2002 11:56

Robert M. Muench wrote:
>>-----Original Message----- >>From: [rebol-bounce--rebol--com] [mailto:[rebol-bounce--rebol--com]] >>On Behalf Of Volker Nitsch >>Sent: Sunday, November 24, 2002 4:01 PM >>To: [rebol-list--rebol--com] >>Subject: [REBOL] Re: PREBOL questions >> > >>why not building each time? >> > >I thougth about this too but it IMO sound a bit tedious. But I have to >say I didn't tried it yet. > >>when using building scripts i have a [do %buidl-and-run.r >>quit] at the top of of each subscript and the building script >>deletes that. >> > >Sorry but I don't understand this. Can you give an example? What's a >subscript? And what gets deleted? Robert >
lets say i have files %lib.r, %gui.r, %main.r etc, all in one directory. the main script is build and run by %build.r . then %lib.r beginns rebol[..] do %build.r quit the library code same for %gui.r and %main.r when i open %lib.r in editor, edit run it there., then the complete script is build and run. my %build.r removes the line do %build.r quit in the target and includes only the library code. -volker