Mirror of CollapseOS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
157B

  1. ( Words useful for complex comparison operations )
  2. : >= < NOT ;
  3. : <= > NOT ;
  4. : 0>= 0< NOT ;
  5. ( n1 -- n1 true )
  6. : <>{ 1 ;
  7. ( n1 f -- f )
  8. : <>} SWAP DROP ;