8.6.2.1270 DU< d-u-less DOUBLE EXT

( ud1 ud2 -- flag )

flag is true if and only if ud1 is less than ud2.

Testing:

T{       1.       1. DU< -> <FALSE> }T
T{       1.      -1. DU< -> <TRUE>  }T
T{      -1.       1. DU< -> <FALSE> }T
T{      -1.      -2. DU< -> <FALSE> }T

T{ MAX-2INT  HI-2INT DU< -> <FALSE> }T
T{  HI-2INT MAX-2INT DU< -> <TRUE>  }T
T{ MAX-2INT MIN-2INT DU< -> <TRUE>  }T
T{ MIN-2INT MAX-2INT DU< -> <FALSE> }T
T{ MIN-2INT  LO-2INT DU< -> <TRUE>  }T

ContributeContributions

AntonErtlavatar of AntonErtl [256] PronounciationComment2022-08-15 13:51:36

AntonErtlavatar of AntonErtlNew Version: [256] Pronounciation

Hide differences

There are two styles if pronounciation for <:

"less": 0< <# d0< du<

"less-than": < d< f0< f< u<

This should be unified. Either all "less" or all "less-than"

We have the same problem with >:

"greater": #> 0>

"greater-than": > u>

Reply New Version