by Bruce McFarling <agila61@[EMAIL PROTECTED]
>
May 5, 2008 at 11:54 AM
On May 1, 8:45 pm, Frank <fjru...@[EMAIL PROTECTED]
> wrote:
> I have downloaded your file but have a few problem getting it to run.
> I am using Win32Forth, what are you running? Please tell me what this
> does: 'if >< then'. It is the >< I do not understand. Found around
> line ~ 32.
>
> Frank
HEX
: >< ( $aabb -- $bbaa ) DUP FF00 AND 8 RSHIFT >R FF AND 8 LSHIFT R>
OR ;
DECIMAL
.... seems to work in hForth for CP/M.