[REBOL] Re: Newbie Q: Search and delete from a Block
From: jason:cunliffe:verizon at: 3-Oct-2002 16:08
> Maybe i am telling you bull shit as I am knew with rebol,
> But for a novice like me, the simple way is to open your scrip with any kind
> of text editor : VI , notpad etc
> and then use the the replace/search fonction.
>
> I feel Rebol consol is for evaluation, direct order but not for writing yr
> programs
Vincent
No. You are about to discover one the great joys of Rebol - that is learning to
use the console for happy programming. Yes keep a txt editor open. But use the
rebol shell [console] as much as possible. It is your best friend. You build up
and test scripts and bits of them in the shell. Meanwhile cut and past between
the shell and your open text editor. This is great way to develop your permanent
scripts.
./Jason