Differences From Artifact [567caebc5e]:
- File instruc — part of check-in [932a5231ed] at 2021-04-25 19:54:13 on branch trunk — Remove the "el ... if" block, which wasn't working. (Later, I may add a case block instead.) (user: user, size: 3233) [annotate] [blame] [check-ins using]
To Artifact [80f4b4d00f]:
- File instruc — part of check-in [f4215e7216] at 2021-04-26 01:05:54 on branch trunk — Implement case blocks. (user: user, size: 3239) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
87 88 89 90 91 92 93 94 95 96 97 98 99 100 | -while -repeat -for -next *goto *CallSub ret ; Arithmetic add "+" sub "-" ,mul "*" ,div "/" ,mod | > | 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 | -while -repeat -for -next *goto *CallSub ret -case ; Arithmetic add "+" sub "-" ,mul "*" ,div "/" ,mod |
︙ | ︙ |