,---------------. | Contributions | `---------------ยด ,------------------------------------------ | 2025-08-11 21:26:41 EricBlake wrote: | referenceImplementation - d= reference implementation | see: https://forth-standard.org/standard/double/DEqual#contribution-399 `------------------------------------------ ```forth : D= ( xd1 xd2 -- flag ) \ "d-equals" ROT = >R = R> AND ; ```