[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

3.4.2 General Tests

81842 EQ ( ob1 ob2 → flag )
Returns TRUE if both objects are the same, i.e., they occupy the same physical space in memory. Only the addresses of the objects are tested.
84047 2DUPEQ ( ob1 ob2 → ob1 ob2 flag )
Does 2DUP then EQ.
8405B EQOR ( flag ob1 ob2 → flag' )
Does EQ then OR.
83AAC EQOVER ( ob3 ob1 ob2 → ob3 flag ob3 )
Does EQ then OVER.
81847 EQUAL ( ob1 ob2 → flag )
Returns TRUE if the objects are equal (but not necessarily the same), i.e., their prologs and contents are the same.
84033 EQUALNOT ( ob1 ob2 → flag )
Returns TRUE if the objects are different.
8406F EQUALOR ( flag ob1 ob2 → flag' )
Does EQUAL then OR.



This document was generated by Carsten Dominik on May, 30 2005 using texi2html