Mirror of CollapseOS
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

16 行
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. ' < _& &<