Differences From Artifact [9318f5d8d4]:
- File instruc — part of check-in [7e93e77e75] at 2021-02-10 06:52:16 on branch trunk — Implement and document key dispatch blocks. (user: user, size: 2720) [annotate] [blame] [check-ins using]
To Artifact [5a715995c3]:
- File instruc — part of check-in [23f422335e] at 2021-02-11 23:59:16 on branch trunk — Add the "pick" instruction (user: user, size: 2725) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
70 71 72 73 74 75 76 77 78 79 80 81 82 83 | .drop "." ,dup swap nip tuck rot rotback "-rot" ; Flow controls -if -else -then -el -begin | > | 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 | .drop "." ,dup swap nip tuck rot rotback "-rot" pick ; Flow controls -if -else -then -el -begin |
︙ | ︙ |