Virgil Dupras
e36080d7b8
VE: load Block Editor and reuse some of its words
2020-06-04 20:20:35 -04:00
Virgil Dupras
bb190f9665
Add word TUCK
2020-05-22 14:19:02 -04:00
Virgil Dupras
41d439376d
Add word NIP
2020-05-22 14:19:02 -04:00
Virgil Dupras
be66d7b4a2
editor: implement E
2020-05-07 08:44:17 -04:00
Virgil Dupras
feb0411530
editor: simplify I with the use of MOVE-
...
Also, delay the shadowing of DO..LOOP's I for as long as possible.
2020-05-06 21:10:27 -04:00
Virgil Dupras
690d9e6313
editor: improve I
...
Make it print edited line and also have it adjust cursor pos.
2020-05-06 17:41:49 -04:00
Virgil Dupras
58ece9f9a1
editor: implement I command
...
Also, made LIST properly handle full 64-chars lines not ending with
a null or CR. Previously, such a line would be accompanied by its
following line, duplicating that line's output.
2020-05-06 12:19:36 -04:00