DOKK / manpages / debian 10 / alliance / createablnotexpr.3.en
CREATEABLNOTEXPR(3) ABL FUNCTIONS CREATEABLNOTEXPR(3)

createablnotexpr - complements an expression.

See the file buster/alliance/alc_origin.1.en.gz.

#include "abl101.h"
chain_list ∗createablnotexpr( Expr )

chain_list ∗Expr;

The expression to be complemented.

createablnotexpr complements the expression Expr and eventually does a simplification. The expression pointer Expr MUSTN'T be used after the call to this function.

createablnotexpr returns the new complemented expression.

#include "abl101.h"

chain_list ∗ExprA;
chain_list ∗ExprNotA;
ExprA = createablatom( "a" );
ExprNotA = createablnotexpr( ExprA );

abl(1) createablatom(3), createabloper(3), createablbinexpr(3), createablunaryexpr(3), createablxorbinexpr(3), addablhexpr(3), addablqexpr(3).

See the file buster/alliance/alc_bug_report.1.en.gz.

October 1, 1997 ASIM/LIP6