Differences From Artifact [e0db812da3]:
- File instruc — part of check-in [0a1cd0e0c1] at 2021-03-03 22:42:08 on branch trunk — Implement the Finished variable. (user: user, size: 2835) [annotate] [blame] [check-ins using]
To Artifact [6d40f85d50]:
- File instruc — part of check-in [7f0da6b7e4] at 2021-03-04 05:42:31 on branch trunk — Add the "over" instruction (like in Forth) (user: user, size: 2839) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
64 65 66 67 68 69 70 | OSC (0008) OSCLOOP (000A) (8000) ; Stack ops .drop "." | | > | 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 | OSC (0008) OSCLOOP (000A) (8000) ; Stack ops .drop "." dup swap nip tuck rot rotback "-rot" pick over ; Flow controls -if -else -then -el -begin |
︙ | ︙ |