< , =< , > , >=

BAP Online Manuals : Library Reference : Library by Name : < , =< , > , >=
Previous: \=
Next: < , =< , > , >=

6.2.5. < , =< , > , >=

predicates for character evaluation

SYNOPSIS

`a < `b , `c =< Char , Char1 >= Char2 , >(`a,`b) , >=(Char,`x)

SYNTAX

<(Char1,Char2)	(i,i)
Char1 < Char2	(i,i)

=<(Char1,Char2)	(i,i)
Char1 =< Char2	(i,i)	

>(Char1,Char2)	(i,i)
Char1 > Char2	(i,i)

>=(Char1,Char2)	(i,i)
Char1 >= Char2	(i,i)

ARGUMENTS

char(Char1) (i) character a)
char(Char2) (i) character b)

DESCRIPTION

These predicates succeed if the ASCII values of the two characters match the indicated inequation.

OPERATOR

These predicates are declared as op(700,xfx,<predicate>)

ERRORS

No runtime errors

LAYERS

client-server

RELATED PREDICATES

= , \=


BAP Online Manuals : Library Reference : Library by Name : < , =< , > , >=
Previous: \=
Next: < , =< , > , >=