----- 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 =3D 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] might 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.
