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

17 行
433B

  1. Branching
  2. Branching in Collapse OS is limited to 8-bit. This represents
  3. 64 word references forward or backward. While this might seem
  4. a bit tight at first, having this limit saves us a non-
  5. negligible amount of resource usage.
  6. The reasoning behind this intentional limit is that huge
  7. branches are generally a indicator that a logic ought to be
  8. simplified. So here's one more constraint for you to help you
  9. towards simplicity.