Hi Anthony,

on the screen cleating:
        rebol -sqw  script.r  arg1 arg2

on arithmetic:
        left to right precedence sparingly use parens they slow down

on optimization:  when possible put the value first
        i: -1 + i  will be minimally quicker than i: i - 1

        




Anthony Borla wrote:
> ----- Original Message -----
>  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.

Reply via email to