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.

16 lines
231B

  1. : _|&
  2. ( n1 n2 cell )
  3. >R >R DUP R> R> ( n1 n1 n2 cell )
  4. @ EXECUTE ( n1 f )
  5. ;
  6. ( n1 f n2 -- n1 f )
  7. : _|
  8. CREATE , DOES>
  9. ( n1 f n2 cell )
  10. ROT IF 2DROP 1 EXIT THEN ( n1 true )
  11. _|&
  12. ;