[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: QForth site updated



"Guillaume Tello" <houten.van@wanadoo.fr> a �crit dans le message de news: 
46c5b680$0$27375$ba4acef3@news.orange.fr...
> Hello,
>
> just something...
> In the Utility words, in 'max' and 'min' definitions, you start with:
> "dup >r over r>"
> this could be replaced by "over over", two words instead of four.
>
> Guillaume.


    And in "2swap", is it the same with:
    : 2swap rot >r rot r> ;

    ???

    Guillaume.