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.

10 lines
226B

  1. ( At this point, we have something like "0 e1 e2 e3 val". We
  2. want to drop val, and then call THEN as long as we don't
  3. hit 0. )
  4. : ENDCASE
  5. BEGIN
  6. ?DUP NOT IF EXIT THEN
  7. [COMPILE] THEN
  8. AGAIN
  9. ; IMMEDIATE