Differences From Artifact [cb4280bb4c]:
- File instruc — part of check-in [1750e878e8] at 2021-04-28 17:10:38 on branch trunk — Implement the (Others) block (user: user, size: 3296) [annotate] [blame] [check-ins using]
To Artifact [41c1a088a9]:
- File instruc — part of check-in [2f48f45b15] at 2021-05-01 01:29:33 on branch trunk — Implement "and ... then" and "or ... then" blocks. (user: user, size: 3305) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
88 89 90 91 92 93 94 95 96 97 98 99 100 101 | -repeat -for -next *goto *CallSub ret -case ; Arithmetic add "+" sub "-" ,mul "*" ,div "/" ,mod | > > | 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 | -repeat -for -next *goto *CallSub ret -case -or -and ; Arithmetic add "+" sub "-" ,mul "*" ,div "/" ,mod |
︙ | ︙ |