Tema: Un editor di testi con undo e redo, con i seguenti comandi:
- ind1, ind2c: cambia il testo alle righe comprese tra ind1 ed ind2, seguono ind2-ind1+1 righe più una riga con il solo punto
- ind1, ind2d: cancella le righe tra ind1 ed ind2 (estremi inclusi)
- ind1, ind2p: stampa le righe tra ind1 ed ind2
- nu: fa l’undo degli ultimi n comandi (c o d)
- nr: fa il redo degli ultimi n comandi annullati con undo
- q: termina
Theme: A text editor with undo and redo, with the following commands:
- ind1, ind2c: change the text to the lines between ind1 and ind2, there will be ind2-ind1+1 lines plus a line with a single dot
- ind1, ind2d: deletes the lines between ind1 and ind2 (extremes included)
- ind1, ind2p: print the lines between ind1 and ind2
- nu: undo the last n commands (c or d)
- nr: redo the last n commands undone with undo
- q: ends