ROPE Language Reference - "eq"

"eq" is short for "EQual".

"eq" takes two items from the stack, compares them and pushes back 1 if they are the same or 0 if they are different.

It is an error to compare two values of different types: either both must integers or both must be strings.

lift(4) "HTTP" eq assert

See Also

eqi, ne, nei