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
370B

  1. 42 C, 43 C, 44 C,
  2. H@ 3 - H@ 3 MOVE
  3. H@ C@ 42 #eq H@ 1+ C@ 43 #eq H@ 2+ C@ 44 #eq
  4. H@ H@ 1+ 3 MOVE ( demonstrate MOVE's problem )
  5. H@ 1+ C@ 42 #eq H@ 2+ C@ 42 #eq H@ 3 + C@ 42 #eq
  6. H@ 3 - H@ 3 MOVE
  7. H@ H@ 1+ 3 MOVE- ( see? better )
  8. H@ 1+ C@ 42 #eq H@ 2+ C@ 43 #eq H@ 3 + C@ 44 #eq
  9. H@ ( ref )
  10. H@ 3 - 3 MOVE,
  11. ( ref ) H@ 3 - #eq
  12. H@ 3 - C@ 42 #eq H@ 2- C@ 43 #eq H@ 1- C@ 44 #eq