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 line
220B

  1. : _&
  2. CREATE , DOES>
  3. ( n1 f n2 cell )
  4. ROT NOT IF 2DROP 0 EXIT THEN ( n1 true )
  5. _|&
  6. ;
  7. ( All words below have this signature:
  8. n1 f n2 -- n1 f )
  9. ' = _| |=
  10. ' = _& &=
  11. ' > _| |>
  12. ' > _& &>
  13. ' < _| |<
  14. ' < _& &<