if you print nothing, rebol -q scratch.r Then it does not print headers. When you print, i know no way, seems to clear always.
On 12/31/05, Anthony Borla <[EMAIL PROTECTED]> wrote: > > ----- Original Message ----- > From: "Volker Nitsch" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Saturday, December 31, 2005 11:25 AM > Subject: [REBOL] Re: Two Short Newbie Questions: Aritmetic Operator > Precedence, Tail Recursion > > Volker, > > > > > On 12/31/05, Anthony Borla <[EMAIL PROTECTED]> wrote: > > > > > > Greetings, > > > > > > Thank you all for the help previously given. I have a > > > couple more quick questions: > > > > > > * Is there a precedence problem with some arithmetic > > > operators ? > > > > Yes. there is no precedence. 1 + 2 * 50 =3D3D 150, not 101 . > > Not really a problem, but must be known. > > > > Indeed it does - I found this out the hard way :) ! > > > > * Is last call optimisation supported ? > > > > No. > > > > <SNIP> > > Thank you, Volker. I was just wondering whether you [or anyone else] migh= t > know this one ? > > > > > > > Is there a way of preventing the screen from being > > > cleared when a result is printed to the console ? Whilst > > > this doesn't occur when working interactively, it is an > > > annoyance when used in shell scripts. > > > > > Cheers, > > Anthony Borla > > -- > To unsubscribe from the list, just send an email to > lists at rebol.com with unsubscribe as the subject. > > -- -Volker "Any problem in computer science can be solved with another layer of indirection. But that usually will create another problem." David Wheeler -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject.
