bug-recutils
[Top][All Lists]
Advanced

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

Re: [bug-recutils] Bitwise operators [Was: Re: Feature Requests]


From: Jose E. Marchesi
Subject: Re: [bug-recutils] Bitwise operators [Was: Re: Feature Requests]
Date: Sun, 31 Mar 2013 19:23:00 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

    We need 4 operators: AND OR NOT XOR
    
    In the circumstances, I suppose they will have to be two character 
combinations.How about:
    
    .&   AND
    .|   OR
    .~   NOT
    .^   XOR
    
    Would that conflict with anything?

That would work.  I will implement it in that way.

-- 
Jose E. Marchesi         http://www.jemarch.net
GNU Project              http://www.gnu.org



reply via email to

[Prev in Thread] Current Thread [Next in Thread]